Html Css Color HEX #A13407 Rust

📋 copy color: '#A13407'

red 161 ◦ green 52 ◦ blue 7

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

Shades of Rust #A13407

Tints of Rust #A13407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 73.18%
G = 23.64%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A13407 (or 0xA13407) is known color: Rust. HEX triplet: A1, 34 and 07. RGB value is (161,52,7). Sum of RGB (Red+Green+Blue) = 161+52+7=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A13407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13407 is #5ECBF8. Grayscale: #4F4F4F. Windows color (decimal): -6212601 or 472225. OLE color: 472225.

HSL color Cylindrical-coordinate representation of color #A13407: hue angle of 17.53º degrees, saturation: 0.92, 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 #A13407 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 7 -
CMYK 0 0.68 0.96 0.37
HSL 17.53º 0.92% 0.33% -
HSV(B) 17.53º 0.96% 0.63% -
XYZ 15.96 10.05 1.3 -
YUV 79.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 161 52 7 0 0.68 0.96 0.37 17.53 0.92 0.33
Hex A1 34 7 0 44 60 25 12 5C 21
Octal 241 64 7 0 104 140 45 22 134 41
Binary 10100001 110100 111 0 1000100 1100000 100101 10010 1011100 100001

Color Harmonies of #A13407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13407

Black with #A13407

Text Example


Text Example

White with #A13407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13407; }

 p { color: rgb(161,52,7); }

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

background-color css

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

 a { background-color: rgb(161,52,7); }

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

border-color css

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

 span { border-color: rgb(161,52,7); }

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