Html Css Color HEX #A23C23 Rock Spray

📋 copy color: '#A23C23'

red 162 ◦ green 60 ◦ blue 35

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

Shades of Rock Spray #A23C23

Tints of Rock Spray #A23C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 63.04%
G = 23.35%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A23C23 (or 0xA23C23) is known color: Rock Spray. HEX triplet: A2, 3C and 23. RGB value is (162,60,35). Sum of RGB (Red+Green+Blue) = 162+60+35=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C23 is #5DC3DC. Grayscale: #575757. Windows color (decimal): -6144989 or 2309282. OLE color: 2309282.

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

Color convert

RGB 162 60 35 -
CMYK 0 0.63 0.78 0.36
HSL 11.81º 0.64% 0.39% -
HSV(B) 11.81º 0.78% 0.64% -
XYZ 16.82 11.03 2.83 -
YUV 87.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 162 60 35 0 0.63 0.78 0.36 11.81 0.64 0.39
Hex A2 3C 23 0 3F 4E 24 C 40 27
Octal 242 74 43 0 77 116 44 14 100 47
Binary 10100010 111100 100011 0 111111 1001110 100100 1100 1000000 100111

Color Harmonies of #A23C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C23

Black with #A23C23

Text Example


Text Example

White with #A23C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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