Html Css Color HEX #A13706 Rust

📋 copy color: '#A13706'

red 161 ◦ green 55 ◦ blue 6

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

Shades of Rust #A13706

Tints of Rust #A13706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 72.52%
G = 24.77%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A13706 (or 0xA13706) is known color: Rust. HEX triplet: A1, 37 and 06. RGB value is (161,55,6). Sum of RGB (Red+Green+Blue) = 161+55+6=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A13706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13706 is #5EC8F9. Grayscale: #515151. Windows color (decimal): -6211834 or 407457. OLE color: 407457.

HSL color Cylindrical-coordinate representation of color #A13706: hue angle of 18.97º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13706 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 6 -
CMYK 0 0.66 0.96 0.37
HSL 18.97º 0.93% 0.33% -
HSV(B) 18.97º 0.96% 0.63% -
XYZ 16.1 10.32 1.32 -
YUV 81.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 161 55 6 0 0.66 0.96 0.37 18.97 0.93 0.33
Hex A1 37 6 0 42 60 25 13 5D 21
Octal 241 67 6 0 102 140 45 23 135 41
Binary 10100001 110111 110 0 1000010 1100000 100101 10011 1011101 100001

Color Harmonies of #A13706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13706

Black with #A13706

Text Example


Text Example

White with #A13706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13706; }

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

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

background-color css

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

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

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

border-color css

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

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

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