Html Css Color HEX #A33519 Rock Spray

📋 copy color: '#A33519'

red 163 ◦ green 53 ◦ blue 25

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

Shades of Rock Spray #A33519

Tints of Rock Spray #A33519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 67.63%
G = 21.99%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A33519 (or 0xA33519) is known color: Rock Spray. HEX triplet: A3, 35 and 19. RGB value is (163,53,25). Sum of RGB (Red+Green+Blue) = 163+53+25=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A33519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33519 is #5CCAE6. Grayscale: #525252. Windows color (decimal): -6081255 or 1652131. OLE color: 1652131.

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

Color convert

RGB 163 53 25 -
CMYK 0 0.67 0.85 0.36
HSL 12.17º 0.73% 0.37% -
HSV(B) 12.17º 0.85% 0.64% -
XYZ 16.55 10.4 2.06 -
YUV 82.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 163 53 25 0 0.67 0.85 0.36 12.17 0.73 0.37
Hex A3 35 19 0 43 55 24 C 49 25
Octal 243 65 31 0 103 125 44 14 111 45
Binary 10100011 110101 11001 0 1000011 1010101 100100 1100 1001001 100101

Color Harmonies of #A33519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33519

Black with #A33519

Text Example


Text Example

White with #A33519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33519; }

 p { color: rgb(163,53,25); }

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

background-color css

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

 a { background-color: rgb(163,53,25); }

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

border-color css

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

 span { border-color: rgb(163,53,25); }

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