Html Css Color HEX #A12809 Rust

📋 copy color: '#A12809'

red 161 ◦ green 40 ◦ blue 9

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

Shades of Rust #A12809

Tints of Rust #A12809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 76.67%
G = 19.05%
B = 4.29%

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

#A12809 (or 0xA12809) is known color: Rust. HEX triplet: A1, 28 and 09. RGB value is (161,40,9). Sum of RGB (Red+Green+Blue) = 161+40+9=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A12809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12809 is #5ED7F6. Grayscale: #484848. Windows color (decimal): -6215671 or 600225. OLE color: 600225.

HSL color Cylindrical-coordinate representation of color #A12809: hue angle of 12.24º 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 #A12809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 9 -
CMYK 0 0.75 0.94 0.37
HSL 12.24º 0.89% 0.33% -
HSV(B) 12.24º 0.94% 0.63% -
XYZ 15.51 9.11 1.2 -
YUV 72.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 161 40 9 0 0.75 0.94 0.37 12.24 0.89 0.33
Hex A1 28 9 0 4B 5E 25 C 59 21
Octal 241 50 11 0 113 136 45 14 131 41
Binary 10100001 101000 1001 0 1001011 1011110 100101 1100 1011001 100001

Color Harmonies of #A12809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12809

Black with #A12809

Text Example


Text Example

White with #A12809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12809; }

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

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

background-color css

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

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

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

border-color css

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

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

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