Html Css Color HEX #A23C19 Rock Spray

📋 copy color: '#A23C19'

red 162 ◦ green 60 ◦ blue 25

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

Shades of Rock Spray #A23C19

Tints of Rock Spray #A23C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 65.59%
G = 24.29%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A23C19 (or 0xA23C19) is known color: Rock Spray. HEX triplet: A2, 3C and 19. RGB value is (162,60,25). Sum of RGB (Red+Green+Blue) = 162+60+25=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C19 is #5DC3E6. Grayscale: #565656. Windows color (decimal): -6144999 or 1653922. OLE color: 1653922.

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

Color convert

RGB 162 60 25 -
CMYK 0 0.63 0.85 0.36
HSL 15.33º 0.73% 0.37% -
HSV(B) 15.33º 0.85% 0.64% -
XYZ 16.69 10.98 2.16 -
YUV 86.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 162 60 25 0 0.63 0.85 0.36 15.33 0.73 0.37
Hex A2 3C 19 0 3F 55 24 F 49 25
Octal 242 74 31 0 77 125 44 17 111 45
Binary 10100010 111100 11001 0 111111 1010101 100100 1111 1001001 100101

Color Harmonies of #A23C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C19

Black with #A23C19

Text Example


Text Example

White with #A23C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C19; }

 p { color: rgb(162,60,25); }

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

background-color css

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

 a { background-color: rgb(162,60,25); }

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

border-color css

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

 span { border-color: rgb(162,60,25); }

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