Html Css Color HEX #A33C24 Rock Spray

📋 copy color: '#A33C24'

red 163 ◦ green 60 ◦ blue 36

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

Shades of Rock Spray #A33C24

Tints of Rock Spray #A33C24

RGB

 RED value IS 163 (64.06% from 255) = 62.93%

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

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 62.93%
G = 23.17%
B = 13.9%

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

#A33C24 (or 0xA33C24) is known color: Rock Spray. HEX triplet: A3, 3C and 24. RGB value is (163,60,36). Sum of RGB (Red+Green+Blue) = 163+60+36=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C24 is #5CC3DB. Grayscale: #585858. Windows color (decimal): -6079452 or 2374819. OLE color: 2374819.

HSL color Cylindrical-coordinate representation of color #A33C24: hue angle of 11.34º 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 #A33C24 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 36 -
CMYK 0 0.63 0.78 0.36
HSL 11.34º 0.64% 0.39% -
HSV(B) 11.34º 0.78% 0.64% -
XYZ 17.04 11.15 2.92 -
YUV 88.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 163 60 36 0 0.63 0.78 0.36 11.34 0.64 0.39
Hex A3 3C 24 0 3F 4E 24 B 40 27
Octal 243 74 44 0 77 116 44 13 100 47
Binary 10100011 111100 100100 0 111111 1001110 100100 1011 1000000 100111

Color Harmonies of #A33C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C24

Black with #A33C24

Text Example


Text Example

White with #A33C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C24; }

 p { color: rgb(163,60,36); }

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

background-color css

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

 a { background-color: rgb(163,60,36); }

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

border-color css

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

 span { border-color: rgb(163,60,36); }

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