Html Css Color HEX #A62606 Rust

📋 copy color: '#A62606'

red 166 ◦ green 38 ◦ blue 6

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

Shades of Rust #A62606

Tints of Rust #A62606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 79.05%
G = 18.1%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A62606 (or 0xA62606) is known color: Rust. HEX triplet: A6, 26 and 06. RGB value is (166,38,6). Sum of RGB (Red+Green+Blue) = 166+38+6=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A62606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62606 is #59D9F9. Grayscale: #484848. Windows color (decimal): -5888506 or 403110. OLE color: 403110.

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

Color convert

RGB 166 38 6 -
CMYK 0 0.77 0.96 0.35
HSL 12º 0.93% 0.34% -
HSV(B) 12º 0.96% 0.65% -
XYZ 16.45 9.51 1.14 -
YUV 72.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 166 38 6 0 0.77 0.96 0.35 12 0.93 0.34
Hex A6 26 6 0 4D 60 23 C 5D 22
Octal 246 46 6 0 115 140 43 14 135 42
Binary 10100110 100110 110 0 1001101 1100000 100011 1100 1011101 100010

Color Harmonies of #A62606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62606

Black with #A62606

Text Example


Text Example

White with #A62606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62606; }

 p { color: rgb(166,38,6); }

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

background-color css

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

 a { background-color: rgb(166,38,6); }

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

border-color css

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

 span { border-color: rgb(166,38,6); }

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