Html Css Color HEX #A13717 Rock Spray

📋 copy color: '#A13717'

red 161 ◦ green 55 ◦ blue 23

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

Shades of Rock Spray #A13717

Tints of Rock Spray #A13717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 67.36%
G = 23.01%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13717 (or 0xA13717) is known color: Rock Spray. HEX triplet: A1, 37 and 17. RGB value is (161,55,23). Sum of RGB (Red+Green+Blue) = 161+55+23=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13717 is #5EC8E8. Grayscale: #535353. Windows color (decimal): -6211817 or 1521569. OLE color: 1521569.

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

Color convert

RGB 161 55 23 -
CMYK 0 0.66 0.86 0.37
HSL 13.91º 0.75% 0.36% -
HSV(B) 13.91º 0.86% 0.63% -
XYZ 16.22 10.37 1.96 -
YUV 83.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 161 55 23 0 0.66 0.86 0.37 13.91 0.75 0.36
Hex A1 37 17 0 42 56 25 E 4B 24
Octal 241 67 27 0 102 126 45 16 113 44
Binary 10100001 110111 10111 0 1000010 1010110 100101 1110 1001011 100100

Color Harmonies of #A13717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13717

Black with #A13717

Text Example


Text Example

White with #A13717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13717; }

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

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

background-color css

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

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

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

border-color css

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

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

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