Html Css Color HEX #A12F07 Rust

📋 copy color: '#A12F07'

red 161 ◦ green 47 ◦ blue 7

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

Shades of Rust #A12F07

Tints of Rust #A12F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 74.88%
G = 21.86%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A12F07 (or 0xA12F07) is known color: Rust. HEX triplet: A1, 2F and 07. RGB value is (161,47,7). Sum of RGB (Red+Green+Blue) = 161+47+7=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F07 is #5ED0F8. Grayscale: #4C4C4C. Windows color (decimal): -6213881 or 470945. OLE color: 470945.

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

Color convert

RGB 161 47 7 -
CMYK 0 0.71 0.96 0.37
HSL 15.58º 0.92% 0.33% -
HSV(B) 15.58º 0.96% 0.63% -
XYZ 15.75 9.63 1.23 -
YUV 76.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 161 47 7 0 0.71 0.96 0.37 15.58 0.92 0.33
Hex A1 2F 7 0 47 60 25 10 5C 21
Octal 241 57 7 0 107 140 45 20 134 41
Binary 10100001 101111 111 0 1000111 1100000 100101 10000 1011100 100001

Color Harmonies of #A12F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12F07

Black with #A12F07

Text Example


Text Example

White with #A12F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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