Html Css Color HEX #A23E21 Rock Spray

📋 copy color: '#A23E21'

red 162 ◦ green 62 ◦ blue 33

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

Shades of Rock Spray #A23E21

Tints of Rock Spray #A23E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 63.04%
G = 24.12%
B = 12.84%

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

#A23E21 (or 0xA23E21) is known color: Rock Spray. HEX triplet: A2, 3E and 21. RGB value is (162,62,33). Sum of RGB (Red+Green+Blue) = 162+62+33=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E21 is #5DC1DE. Grayscale: #585858. Windows color (decimal): -6144479 or 2178722. OLE color: 2178722.

HSL color Cylindrical-coordinate representation of color #A23E21: hue angle of 13.49º degrees, saturation: 0.66, 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 #A23E21 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 62 33 -
CMYK 0 0.62 0.80 0.36
HSL 13.49º 0.66% 0.38% -
HSV(B) 13.49º 0.8% 0.64% -
XYZ 16.9 11.24 2.72 -
YUV 88.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 162 62 33 0 0.62 0.80 0.36 13.49 0.66 0.38
Hex A2 3E 21 0 3E 50 24 D 42 26
Octal 242 76 41 0 76 120 44 15 102 46
Binary 10100010 111110 100001 0 111110 1010000 100100 1101 1000010 100110

Color Harmonies of #A23E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E21

Black with #A23E21

Text Example


Text Example

White with #A23E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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