#A23E1C

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

Shades of Rock Spray #A23E1C

Tints of Rock Spray #A23E1C

Color information

#A23E1C (or 0xA23E1C) is unknown color: approx Rock Spray. HEX triplet: A2, 3E and 1C. RGB value is (162,62,28). Sum of RGB (Red+Green+Blue) = 162+62+28=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E1C is #5DC1E3. Grayscale: #585858. Windows color (decimal): -6144484 or 1851042. OLE color: 1851042.

HSL color Cylindrical-coordinate representation of color #A23E1C: hue angle of 15.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A23E1C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1626228-
CMYK00.620.830.36
HSL15.22º70.53%37.25%-
HSV(B)15.22º82.72%63.53%-
XYZ16.8311.212.38-
YUV88.0294.13180.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=64.29%
G=24.60%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162622800.620.830.3615.2270.5337.25
HexA23E1C03E5324f4725
Octal2427634076123441710745
Binary10100010111110111000111110101001110010011111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E1C; }

 p { color: rgb(162,62,28); }

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

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

 a { background-color: rgb(162,62,28); }

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

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

 span { border-color: rgb(162,62,28); }

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