Html Css Color HEX #A12401 Rust

📋 copy color: '#A12401'

red 161 ◦ green 36 ◦ blue 1

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

Shades of Rust #A12401

Tints of Rust #A12401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 81.31%
G = 18.18%
B = 0.51%

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

#A12401 (or 0xA12401) is known color: Rust. HEX triplet: A1, 24 and 01. RGB value is (161,36,1). Sum of RGB (Red+Green+Blue) = 161+36+1=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A12401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12401 is #5EDBFE. Grayscale: #454545. Windows color (decimal): -6216703 or 74913. OLE color: 74913.

HSL color Cylindrical-coordinate representation of color #A12401: hue angle of 13.12º degrees, saturation: 0.99, 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 #A12401 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 36 1 -
CMYK 0 0.78 0.99 0.37
HSL 13.13º 0.99% 0.32% -
HSV(B) 13.13º 0.99% 0.63% -
XYZ 15.33 8.84 0.93 -
YUV 69.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 161 36 1 0 0.78 0.99 0.37 13.13 0.99 0.32
Hex A1 24 1 0 4E 63 25 D 63 20
Octal 241 44 1 0 116 143 45 15 143 40
Binary 10100001 100100 1 0 1001110 1100011 100101 1101 1100011 100000

Color Harmonies of #A12401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12401

Black with #A12401

Text Example


Text Example

White with #A12401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12401; }

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

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

background-color css

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

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

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

border-color css

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

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

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