Html Css Color HEX #A23E28 Rock Spray

📋 copy color: '#A23E28'

red 162 ◦ green 62 ◦ blue 40

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

Shades of Rock Spray #A23E28

Tints of Rock Spray #A23E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 61.36%
G = 23.48%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23E28 (or 0xA23E28) is known color: Rock Spray. HEX triplet: A2, 3E and 28. RGB value is (162,62,40). Sum of RGB (Red+Green+Blue) = 162+62+40=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23E28 is #5DC1D7. Grayscale: #595959. Windows color (decimal): -6144472 or 2637474. OLE color: 2637474.

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

Color convert

RGB 162 62 40 -
CMYK 0 0.62 0.75 0.36
HSL 10.82º 0.6% 0.4% -
HSV(B) 10.82º 0.75% 0.64% -
XYZ 17.01 11.28 3.29 -
YUV 89.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 162 62 40 0 0.62 0.75 0.36 10.82 0.6 0.4
Hex A2 3E 28 0 3E 4B 24 B 3C 28
Octal 242 76 50 0 76 113 44 13 74 50
Binary 10100010 111110 101000 0 111110 1001011 100100 1011 111100 101000

Color Harmonies of #A23E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E28

Black with #A23E28

Text Example


Text Example

White with #A23E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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