Html Css Color HEX #A13519 Rock Spray

📋 copy color: '#A13519'

red 161 ◦ green 53 ◦ blue 25

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

Shades of Rock Spray #A13519

Tints of Rock Spray #A13519

RGB

 RED value IS 161 (63.28% from 255) = 67.36%

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

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

R = 67.36%
G = 22.18%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A13519 (or 0xA13519) is known color: Rock Spray. HEX triplet: A1, 35 and 19. RGB value is (161,53,25). Sum of RGB (Red+Green+Blue) = 161+53+25=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13519 is #5ECAE6. Grayscale: #525252. Windows color (decimal): -6212327 or 1652129. OLE color: 1652129.

HSL color Cylindrical-coordinate representation of color #A13519: hue angle of 12.35º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A13519 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 53 25 -
CMYK 0 0.67 0.84 0.37
HSL 12.35º 0.73% 0.36% -
HSV(B) 12.35º 0.84% 0.63% -
XYZ 16.15 10.19 2.04 -
YUV 82.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 161 53 25 0 0.67 0.84 0.37 12.35 0.73 0.36
Hex A1 35 19 0 43 54 25 C 49 24
Octal 241 65 31 0 103 124 45 14 111 44
Binary 10100001 110101 11001 0 1000011 1010100 100101 1100 1001001 100100

Color Harmonies of #A13519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13519

Black with #A13519

Text Example


Text Example

White with #A13519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13519; }

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

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

background-color css

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

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

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

border-color css

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

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

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