Html Css Color HEX #A12F05 Rust

📋 copy color: '#A12F05'

red 161 ◦ green 47 ◦ blue 5

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

Shades of Rust #A12F05

Tints of Rust #A12F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 75.59%
G = 22.07%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A12F05 (or 0xA12F05) is known color: Rust. HEX triplet: A1, 2F and 05. RGB value is (161,47,5). Sum of RGB (Red+Green+Blue) = 161+47+5=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F05 is #5ED0FA. Grayscale: #4C4C4C. Windows color (decimal): -6213883 or 339873. OLE color: 339873.

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

Color convert

RGB 161 47 5 -
CMYK 0 0.71 0.97 0.37
HSL 16.15º 0.94% 0.33% -
HSV(B) 16.15º 0.97% 0.63% -
XYZ 15.74 9.62 1.17 -
YUV 76.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 161 47 5 0 0.71 0.97 0.37 16.15 0.94 0.33
Hex A1 2F 5 0 47 61 25 10 5E 21
Octal 241 57 5 0 107 141 45 20 136 41
Binary 10100001 101111 101 0 1000111 1100001 100101 10000 1011110 100001

Color Harmonies of #A12F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12F05

Black with #A12F05

Text Example


Text Example

White with #A12F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12F05; }

 p { color: rgb(161,47,5); }

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

background-color css

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

 a { background-color: rgb(161,47,5); }

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

border-color css

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

 span { border-color: rgb(161,47,5); }

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