Html Css Color HEX #A13D12 Rust

📋 copy color: '#A13D12'

red 161 ◦ green 61 ◦ blue 18

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

Shades of Rust #A13D12

Tints of Rust #A13D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.42%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 67.08%
G = 25.42%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A13D12 (or 0xA13D12) is known color: Rust. HEX triplet: A1, 3D and 12. RGB value is (161,61,18). Sum of RGB (Red+Green+Blue) = 161+61+18=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D12 is #5EC2ED. Grayscale: #565656. Windows color (decimal): -6210286 or 1195425. OLE color: 1195425.

HSL color Cylindrical-coordinate representation of color #A13D12: hue angle of 18.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A13D12 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 18 -
CMYK 0 0.62 0.89 0.37
HSL 18.04º 0.8% 0.35% -
HSV(B) 18.04º 0.89% 0.63% -
XYZ 16.48 10.96 1.82 -
YUV 86 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 161 61 18 0 0.62 0.89 0.37 18.04 0.8 0.35
Hex A1 3D 12 0 3E 59 25 12 50 23
Octal 241 75 22 0 76 131 45 22 120 43
Binary 10100001 111101 10010 0 111110 1011001 100101 10010 1010000 100011

Color Harmonies of #A13D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D12

Black with #A13D12

Text Example


Text Example

White with #A13D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D12; }

 p { color: rgb(161,61,18); }

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

background-color css

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

 a { background-color: rgb(161,61,18); }

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

border-color css

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

 span { border-color: rgb(161,61,18); }

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