Html Css Color HEX #A12B0E Rust

📋 copy color: '#A12B0E'

red 161 ◦ green 43 ◦ blue 14

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

Shades of Rust #A12B0E

Tints of Rust #A12B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 73.85%
G = 19.72%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A12B0E (or 0xA12B0E) is known color: Rust. HEX triplet: A1, 2B and 0E. RGB value is (161,43,14). Sum of RGB (Red+Green+Blue) = 161+43+14=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12B0E is #5ED4F1. Grayscale: #4B4B4B. Windows color (decimal): -6214898 or 928673. OLE color: 928673.

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

Color convert

RGB 161 43 14 -
CMYK 0 0.73 0.91 0.37
HSL 11.84º 0.84% 0.34% -
HSV(B) 11.84º 0.91% 0.63% -
XYZ 15.64 9.34 1.39 -
YUV 74.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 161 43 14 0 0.73 0.91 0.37 11.84 0.84 0.34
Hex A1 2B E 0 49 5B 25 C 54 22
Octal 241 53 16 0 111 133 45 14 124 42
Binary 10100001 101011 1110 0 1001001 1011011 100101 1100 1010100 100010

Color Harmonies of #A12B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12B0E

Black with #A12B0E

Text Example


Text Example

White with #A12B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12B0E; }

 p { color: rgb(161,43,14); }

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

background-color css

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

 a { background-color: rgb(161,43,14); }

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

border-color css

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

 span { border-color: rgb(161,43,14); }

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