Html Css Color HEX #A23E18 Rock Spray

📋 copy color: '#A23E18'

red 162 ◦ green 62 ◦ blue 24

#A23E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A23E18

Tints of Rock Spray #A23E18

RGB

 RED value IS 162 (63.67% from 255) = 65.32%

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 65.32%
G = 25%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A23E18 (or 0xA23E18) is known color: Rock Spray. HEX triplet: A2, 3E and 18. RGB value is (162,62,24). Sum of RGB (Red+Green+Blue) = 162+62+24=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E18 is #5DC1E7. Grayscale: #575757. Windows color (decimal): -6144488 or 1588898. OLE color: 1588898.

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

Color convert

RGB 162 62 24 -
CMYK 0 0.62 0.85 0.36
HSL 16.52º 0.74% 0.36% -
HSV(B) 16.52º 0.85% 0.64% -
XYZ 16.79 11.19 2.14 -
YUV 87.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 162 62 24 0 0.62 0.85 0.36 16.52 0.74 0.36
Hex A2 3E 18 0 3E 55 24 11 4A 24
Octal 242 76 30 0 76 125 44 21 112 44
Binary 10100010 111110 11000 0 111110 1010101 100100 10001 1001010 100100

Color Harmonies of #A23E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E18

Black with #A23E18

Text Example


Text Example

White with #A23E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E18; }

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

 H1.HeaderClassName
 {
   color: #A23E18;
 }
 .AnyTagClassName
 {
   color: #A23E18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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