Html Css Color HEX #A62802 Rust

📋 copy color: '#A62802'

red 166 ◦ green 40 ◦ blue 2

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

Shades of Rust #A62802

Tints of Rust #A62802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 79.81%
G = 19.23%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A62802 (or 0xA62802) is known color: Rust. HEX triplet: A6, 28 and 02. RGB value is (166,40,2). Sum of RGB (Red+Green+Blue) = 166+40+2=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A62802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62802 is #59D7FD. Grayscale: #494949. Windows color (decimal): -5887998 or 141478. OLE color: 141478.

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

Color convert

RGB 166 40 2 -
CMYK 0 0.76 0.99 0.35
HSL 13.9º 0.98% 0.33% -
HSV(B) 13.9º 0.99% 0.65% -
XYZ 16.5 9.63 1.05 -
YUV 73.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 166 40 2 0 0.76 0.99 0.35 13.9 0.98 0.33
Hex A6 28 2 0 4C 63 23 E 62 21
Octal 246 50 2 0 114 143 43 16 142 41
Binary 10100110 101000 10 0 1001100 1100011 100011 1110 1100010 100001

Color Harmonies of #A62802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62802

Black with #A62802

Text Example


Text Example

White with #A62802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62802; }

 p { color: rgb(166,40,2); }

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

background-color css

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

 a { background-color: rgb(166,40,2); }

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

border-color css

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

 span { border-color: rgb(166,40,2); }

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