Html Css Color HEX #A12F0F Rust

📋 copy color: '#A12F0F'

red 161 ◦ green 47 ◦ blue 15

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

Shades of Rust #A12F0F

Tints of Rust #A12F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 72.2%
G = 21.08%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A12F0F (or 0xA12F0F) is known color: Rust. HEX triplet: A1, 2F and 0F. RGB value is (161,47,15). Sum of RGB (Red+Green+Blue) = 161+47+15=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F0F is #5ED0F0. Grayscale: #4D4D4D. Windows color (decimal): -6213873 or 995233. OLE color: 995233.

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

Color convert

RGB 161 47 15 -
CMYK 0 0.71 0.91 0.37
HSL 13.15º 0.83% 0.35% -
HSV(B) 13.15º 0.91% 0.63% -
XYZ 15.8 9.64 1.48 -
YUV 77.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 161 47 15 0 0.71 0.91 0.37 13.15 0.83 0.35
Hex A1 2F F 0 47 5B 25 D 53 23
Octal 241 57 17 0 107 133 45 15 123 43
Binary 10100001 101111 1111 0 1000111 1011011 100101 1101 1010011 100011

Color Harmonies of #A12F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12F0F

Black with #A12F0F

Text Example


Text Example

White with #A12F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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