Html Css Color HEX #A62D09 Rust

📋 copy color: '#A62D09'

red 166 ◦ green 45 ◦ blue 9

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

Shades of Rust #A62D09

Tints of Rust #A62D09

RGB

 RED value IS 166 (65.23% from 255) = 75.45%

 GREEN value IS 45 (17.97% from 255) = 20.45%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 75.45%
G = 20.45%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A62D09 (or 0xA62D09) is known color: Rust. HEX triplet: A6, 2D and 09. RGB value is (166,45,9). Sum of RGB (Red+Green+Blue) = 166+45+9=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D09 is #59D2F6. Grayscale: #4D4D4D. Windows color (decimal): -5886711 or 601510. OLE color: 601510.

HSL color Cylindrical-coordinate representation of color #A62D09: hue angle of 13.76º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A62D09 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 45 9 -
CMYK 0 0.73 0.95 0.35
HSL 13.76º 0.9% 0.34% -
HSV(B) 13.76º 0.95% 0.65% -
XYZ 16.71 10 1.31 -
YUV 77.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 166 45 9 0 0.73 0.95 0.35 13.76 0.9 0.34
Hex A6 2D 9 0 49 5F 23 E 5A 22
Octal 246 55 11 0 111 137 43 16 132 42
Binary 10100110 101101 1001 0 1001001 1011111 100011 1110 1011010 100010

Color Harmonies of #A62D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D09

Black with #A62D09

Text Example


Text Example

White with #A62D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D09; }

 p { color: rgb(166,45,9); }

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

background-color css

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

 a { background-color: rgb(166,45,9); }

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

border-color css

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

 span { border-color: rgb(166,45,9); }

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