#A23C1E

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

Shades of Rock Spray #A23C1E

Tints of Rock Spray #A23C1E

Color information

#A23C1E (or 0xA23C1E) is unknown color: approx Rock Spray. HEX triplet: A2, 3C and 1E. RGB value is (162,60,30). Sum of RGB (Red+Green+Blue) = 162+60+30=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C1E is #5DC3E1. Grayscale: #575757. Windows color (decimal): -6144994 or 1981602. OLE color: 1981602.

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

Color convert

RGB1626030-
CMYK00.630.810.36
HSL13.64º68.75%37.65%-
HSV(B)13.64º81.48%63.53%-
XYZ16.7511.012.47-
YUV87.0895.79181.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=64.29%
G=23.81%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162603000.630.810.3613.6468.7537.65
HexA23C1E03F5124e4526
Octal2427436077121441610546
Binary10100010111100111100111111101000110010011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C1E; }

 p { color: rgb(162,60,30); }

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

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

 a { background-color: rgb(162,60,30); }

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

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

 span { border-color: rgb(162,60,30); }

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