Html Css Color HEX #A62800 Rust

📋 copy color: '#A62800'

red 166 ◦ green 40 ◦ blue 0

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

Shades of Rust #A62800

Tints of Rust #A62800

RGB

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

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

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

R = 80.58%
G = 19.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A62800 (or 0xA62800) is known color: Rust. HEX triplet: A6, 28 and 00. RGB value is (166,40,0). Sum of RGB (Red+Green+Blue) = 166+40+0=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A62800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62800 is #59D7FF. Grayscale: #494949. Windows color (decimal): -5888000 or 10406. OLE color: 10406.

HSL color Cylindrical-coordinate representation of color #A62800: hue angle of 14.46º 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 #A62800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 40 0 -
CMYK 0 0.76 1 0.35
HSL 14.46º 1% 0.33% -
HSV(B) 14.46º 1% 0.65% -
XYZ 16.48 9.62 0.99 -
YUV 73.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 166 40 0 0 0.76 1 0.35 14.46 1 0.33
Hex A6 28 0 0 4C 64 23 E 64 21
Octal 246 50 0 0 114 144 43 16 144 41
Binary 10100110 101000 0 0 1001100 1100100 100011 1110 1100100 100001

Color Harmonies of #A62800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62800

Black with #A62800

Text Example


Text Example

White with #A62800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62800; }

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

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

background-color css

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

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

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

border-color css

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

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

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