#A33825

Color #A33825 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A33825

Tints of Rock Spray #A33825

Color information

#A33825 (or 0xA33825) is unknown color: approx Rock Spray. HEX triplet: A3, 38 and 25. RGB value is (163,56,37). Sum of RGB (Red+Green+Blue) = 163+56+37=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A33825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33825 is #5CC7DA. Grayscale: #565656. Windows color (decimal): -6080475 or 2439331. OLE color: 2439331.

HSL color Cylindrical-coordinate representation of color #A33825: hue angle of 9.05º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33825 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1635637-
CMYK00.660.770.36
HSL9.05º63%39.22%-
HSV(B)9.05º77.3%63.92%-
XYZ16.8510.752.94-
YUV85.83100.45183.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=63.67%
G=21.88%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163563700.660.770.369.056339.22
HexA338250424D2493f27
Octal2437045010211544117747
Binary101000111110001001010100001010011011001001001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33825; }

 p { color: rgb(163,56,37); }

 H1.HeaderClassName
 {
   color: #A33825;
 }
 .AnyTagClassName
 {
   color: #A33825;
 }
</style>
background-color css

<style>
 a { background-color: #A33825; }

 a { background-color: rgb(163,56,37); }

 div.DivClassName
 {
   background-color: #A33825;
 }
 .BgClassName
 {
   background-color: #A33825;
 }
</style>
border-color css

<style>
 span { border-color: #A33825; }

 span { border-color: rgb(163,56,37); }

 td.TdClassName
 {
   border-color: #A33825;
 }
 .TagClassName
 {
   border-color: #A33825;
 }
</style>