Html Css Color HEX #A33E19 Rock Spray

📋 copy color: '#A33E19'

red 163 ◦ green 62 ◦ blue 25

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

Shades of Rock Spray #A33E19

Tints of Rock Spray #A33E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

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

R = 65.2%
G = 24.8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A33E19 (or 0xA33E19) is known color: Rock Spray. HEX triplet: A3, 3E and 19. RGB value is (163,62,25). Sum of RGB (Red+Green+Blue) = 163+62+25=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33E19 is #5CC1E6. Grayscale: #585858. Windows color (decimal): -6078951 or 1654435. OLE color: 1654435.

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

Color convert

RGB 163 62 25 -
CMYK 0 0.62 0.85 0.36
HSL 16.09º 0.73% 0.37% -
HSV(B) 16.09º 0.85% 0.64% -
XYZ 17 11.3 2.21 -
YUV 87.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 163 62 25 0 0.62 0.85 0.36 16.09 0.73 0.37
Hex A3 3E 19 0 3E 55 24 10 49 25
Octal 243 76 31 0 76 125 44 20 111 45
Binary 10100011 111110 11001 0 111110 1010101 100100 10000 1001001 100101

Color Harmonies of #A33E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E19

Black with #A33E19

Text Example


Text Example

White with #A33E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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