Html Css Color HEX #A12402 Rust

📋 copy color: '#A12402'

red 161 ◦ green 36 ◦ blue 2

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

Shades of Rust #A12402

Tints of Rust #A12402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 80.9%
G = 18.09%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A12402 (or 0xA12402) is known color: Rust. HEX triplet: A1, 24 and 02. RGB value is (161,36,2). Sum of RGB (Red+Green+Blue) = 161+36+2=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A12402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12402 is #5EDBFD. Grayscale: #454545. Windows color (decimal): -6216702 or 140449. OLE color: 140449.

HSL color Cylindrical-coordinate representation of color #A12402: hue angle of 12.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A12402 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 36 2 -
CMYK 0 0.78 0.99 0.37
HSL 12.83º 0.98% 0.32% -
HSV(B) 12.83º 0.99% 0.63% -
XYZ 15.34 8.84 0.96 -
YUV 69.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 161 36 2 0 0.78 0.99 0.37 12.83 0.98 0.32
Hex A1 24 2 0 4E 63 25 D 62 20
Octal 241 44 2 0 116 143 45 15 142 40
Binary 10100001 100100 10 0 1001110 1100011 100101 1101 1100010 100000

Color Harmonies of #A12402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12402

Black with #A12402

Text Example


Text Example

White with #A12402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12402; }

 p { color: rgb(161,36,2); }

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

background-color css

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

 a { background-color: rgb(161,36,2); }

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

border-color css

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

 span { border-color: rgb(161,36,2); }

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