Html Css Color HEX #A13C19 Rock Spray

📋 copy color: '#A13C19'

red 161 ◦ green 60 ◦ blue 25

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

Shades of Rock Spray #A13C19

Tints of Rock Spray #A13C19

RGB

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

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

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

R = 65.45%
G = 24.39%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A13C19 (or 0xA13C19) is known color: Rock Spray. HEX triplet: A1, 3C and 19. RGB value is (161,60,25). Sum of RGB (Red+Green+Blue) = 161+60+25=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C19 is #5EC3E6. Grayscale: #565656. Windows color (decimal): -6210535 or 1653921. OLE color: 1653921.

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

Color convert

RGB 161 60 25 -
CMYK 0 0.63 0.84 0.37
HSL 15.44º 0.73% 0.36% -
HSV(B) 15.44º 0.84% 0.63% -
XYZ 16.49 10.88 2.15 -
YUV 86.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 161 60 25 0 0.63 0.84 0.37 15.44 0.73 0.36
Hex A1 3C 19 0 3F 54 25 F 49 24
Octal 241 74 31 0 77 124 45 17 111 44
Binary 10100001 111100 11001 0 111111 1010100 100101 1111 1001001 100100

Color Harmonies of #A13C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C19

Black with #A13C19

Text Example


Text Example

White with #A13C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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