Html Css Color HEX #A23E20 Rock Spray

📋 copy color: '#A23E20'

red 162 ◦ green 62 ◦ blue 32

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

Shades of Rock Spray #A23E20

Tints of Rock Spray #A23E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 63.28%
G = 24.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A23E20 (or 0xA23E20) is known color: Rock Spray. HEX triplet: A2, 3E and 20. RGB value is (162,62,32). Sum of RGB (Red+Green+Blue) = 162+62+32=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E20 is #5DC1DF. Grayscale: #585858. Windows color (decimal): -6144480 or 2113186. OLE color: 2113186.

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

Color convert

RGB 162 62 32 -
CMYK 0 0.62 0.80 0.36
HSL 13.85º 0.67% 0.38% -
HSV(B) 13.85º 0.8% 0.64% -
XYZ 16.88 11.23 2.64 -
YUV 88.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 162 62 32 0 0.62 0.80 0.36 13.85 0.67 0.38
Hex A2 3E 20 0 3E 50 24 E 43 26
Octal 242 76 40 0 76 120 44 16 103 46
Binary 10100010 111110 100000 0 111110 1010000 100100 1110 1000011 100110

Color Harmonies of #A23E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E20

Black with #A23E20

Text Example


Text Example

White with #A23E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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