Html Css Color HEX #A13C0B Rust

📋 copy color: '#A13C0B'

red 161 ◦ green 60 ◦ blue 11

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

Shades of Rust #A13C0B

Tints of Rust #A13C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 69.4%
G = 25.86%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A13C0B (or 0xA13C0B) is known color: Rust. HEX triplet: A1, 3C and 0B. RGB value is (161,60,11). Sum of RGB (Red+Green+Blue) = 161+60+11=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C0B is #5EC3F4. Grayscale: #545454. Windows color (decimal): -6210549 or 736417. OLE color: 736417.

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

Color convert

RGB 161 60 11 -
CMYK 0 0.63 0.93 0.37
HSL 19.6º 0.87% 0.34% -
HSV(B) 19.6º 0.93% 0.63% -
XYZ 16.37 10.83 1.54 -
YUV 84.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 161 60 11 0 0.63 0.93 0.37 19.6 0.87 0.34
Hex A1 3C B 0 3F 5D 25 14 57 22
Octal 241 74 13 0 77 135 45 24 127 42
Binary 10100001 111100 1011 0 111111 1011101 100101 10100 1010111 100010

Color Harmonies of #A13C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C0B

Black with #A13C0B

Text Example


Text Example

White with #A13C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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