#A23E1A

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

Shades of Rock Spray #A23E1A

Tints of Rock Spray #A23E1A

Color information

#A23E1A (or 0xA23E1A) is unknown color: approx Rock Spray. HEX triplet: A2, 3E and 1A. RGB value is (162,62,26). Sum of RGB (Red+Green+Blue) = 162+62+26=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E1A is #5DC1E5. Grayscale: #585858. Windows color (decimal): -6144486 or 1719970. OLE color: 1719970.

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

Color convert

RGB1626226-
CMYK00.620.840.36
HSL15.88º72.34%36.86%-
HSV(B)15.88º83.95%63.53%-
XYZ16.8111.22.25-
YUV87.893.13180.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=64.8%
G=24.8%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162622600.620.840.3615.8872.3436.86
HexA23E1A03E5424104825
Octal2427632076124442011045
Binary101000101111101101001111101010100100100100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E1A; }

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

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

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

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

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

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

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

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