Html Css Color HEX #A12909 Rust

📋 copy color: '#A12909'

red 161 ◦ green 41 ◦ blue 9

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

Shades of Rust #A12909

Tints of Rust #A12909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 9 (3.91% from 255) = 4.27%

R = 76.3%
G = 19.43%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A12909 (or 0xA12909) is known color: Rust. HEX triplet: A1, 29 and 09. RGB value is (161,41,9). Sum of RGB (Red+Green+Blue) = 161+41+9=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A12909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12909 is #5ED6F6. Grayscale: #494949. Windows color (decimal): -6215415 or 600481. OLE color: 600481.

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

Color convert

RGB 161 41 9 -
CMYK 0 0.75 0.94 0.37
HSL 12.63º 0.89% 0.33% -
HSV(B) 12.63º 0.94% 0.63% -
XYZ 15.54 9.18 1.21 -
YUV 73.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 161 41 9 0 0.75 0.94 0.37 12.63 0.89 0.33
Hex A1 29 9 0 4B 5E 25 D 59 21
Octal 241 51 11 0 113 136 45 15 131 41
Binary 10100001 101001 1001 0 1001011 1011110 100101 1101 1011001 100001

Color Harmonies of #A12909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12909

Black with #A12909

Text Example


Text Example

White with #A12909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12909; }

 p { color: rgb(161,41,9); }

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

background-color css

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

 a { background-color: rgb(161,41,9); }

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

border-color css

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

 span { border-color: rgb(161,41,9); }

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