Html Css Color HEX #A13C17 Rock Spray

📋 copy color: '#A13C17'

red 161 ◦ green 60 ◦ blue 23

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

Shades of Rock Spray #A13C17

Tints of Rock Spray #A13C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 65.98%
G = 24.59%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13C17 (or 0xA13C17) is known color: Rock Spray. HEX triplet: A1, 3C and 17. RGB value is (161,60,23). Sum of RGB (Red+Green+Blue) = 161+60+23=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C17 is #5EC3E8. Grayscale: #565656. Windows color (decimal): -6210537 or 1522849. OLE color: 1522849.

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

Color convert

RGB 161 60 23 -
CMYK 0 0.63 0.86 0.37
HSL 16.09º 0.75% 0.36% -
HSV(B) 16.09º 0.86% 0.63% -
XYZ 16.47 10.87 2.04 -
YUV 85.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 161 60 23 0 0.63 0.86 0.37 16.09 0.75 0.36
Hex A1 3C 17 0 3F 56 25 10 4B 24
Octal 241 74 27 0 77 126 45 20 113 44
Binary 10100001 111100 10111 0 111111 1010110 100101 10000 1001011 100100

Color Harmonies of #A13C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C17

Black with #A13C17

Text Example


Text Example

White with #A13C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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