Html Css Color HEX #A62607 Rust

📋 copy color: '#A62607'

red 166 ◦ green 38 ◦ blue 7

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

Shades of Rust #A62607

Tints of Rust #A62607

RGB

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

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

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

R = 78.67%
G = 18.01%
B = 3.32%

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

#A62607 (or 0xA62607) is known color: Rust. HEX triplet: A6, 26 and 07. RGB value is (166,38,7). Sum of RGB (Red+Green+Blue) = 166+38+7=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A62607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62607 is #59D9F8. Grayscale: #484848. Windows color (decimal): -5888505 or 468646. OLE color: 468646.

HSL color Cylindrical-coordinate representation of color #A62607: hue angle of 11.7º degrees, saturation: 0.92, 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 #A62607 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 7 -
CMYK 0 0.77 0.96 0.35
HSL 11.7º 0.92% 0.34% -
HSV(B) 11.7º 0.96% 0.65% -
XYZ 16.46 9.51 1.17 -
YUV 72.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 166 38 7 0 0.77 0.96 0.35 11.7 0.92 0.34
Hex A6 26 7 0 4D 60 23 C 5C 22
Octal 246 46 7 0 115 140 43 14 134 42
Binary 10100110 100110 111 0 1001101 1100000 100011 1100 1011100 100010

Color Harmonies of #A62607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62607

Black with #A62607

Text Example


Text Example

White with #A62607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62607; }

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

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

background-color css

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

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

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

border-color css

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

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

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