Html Css Color HEX #A33F28 Rock Spray

📋 copy color: '#A33F28'

red 163 ◦ green 63 ◦ blue 40

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

Shades of Rock Spray #A33F28

Tints of Rock Spray #A33F28

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

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

R = 61.28%
G = 23.68%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33F28 (or 0xA33F28) is known color: Rock Spray. HEX triplet: A3, 3F and 28. RGB value is (163,63,40). Sum of RGB (Red+Green+Blue) = 163+63+40=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F28 is #5CC0D7. Grayscale: #5A5A5A. Windows color (decimal): -6078680 or 2637731. OLE color: 2637731.

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

Color convert

RGB 163 63 40 -
CMYK 0 0.61 0.75 0.36
HSL 11.22º 0.61% 0.4% -
HSV(B) 11.22º 0.75% 0.64% -
XYZ 17.26 11.49 3.32 -
YUV 90.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 163 63 40 0 0.61 0.75 0.36 11.22 0.61 0.4
Hex A3 3F 28 0 3D 4B 24 B 3D 28
Octal 243 77 50 0 75 113 44 13 75 50
Binary 10100011 111111 101000 0 111101 1001011 100100 1011 111101 101000

Color Harmonies of #A33F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F28

Black with #A33F28

Text Example


Text Example

White with #A33F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F28; }

 p { color: rgb(163,63,40); }

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

background-color css

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

 a { background-color: rgb(163,63,40); }

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

border-color css

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

 span { border-color: rgb(163,63,40); }

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