Html Css Color HEX #A62700 Rust

📋 copy color: '#A62700'

red 166 ◦ green 39 ◦ blue 0

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

Shades of Rust #A62700

Tints of Rust #A62700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.98%
G = 19.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A62700 (or 0xA62700) is known color: Rust. HEX triplet: A6, 27 and 00. RGB value is (166,39,0). Sum of RGB (Red+Green+Blue) = 166+39+0=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A62700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62700 is #59D8FF. Grayscale: #484848. Windows color (decimal): -5888256 or 10150. OLE color: 10150.

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

Color convert

RGB 166 39 0 -
CMYK 0 0.77 1 0.35
HSL 14.1º 1% 0.33% -
HSV(B) 14.1º 1% 0.65% -
XYZ 16.45 9.56 0.98 -
YUV 72.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 166 39 0 0 0.77 1 0.35 14.1 1 0.33
Hex A6 27 0 0 4D 64 23 E 64 21
Octal 246 47 0 0 115 144 43 16 144 41
Binary 10100110 100111 0 0 1001101 1100100 100011 1110 1100100 100001

Color Harmonies of #A62700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62700

Black with #A62700

Text Example


Text Example

White with #A62700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62700; }

 p { color: rgb(166,39,0); }

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

background-color css

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

 a { background-color: rgb(166,39,0); }

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

border-color css

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

 span { border-color: rgb(166,39,0); }

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