Html Css Color HEX #A62201 Rust

📋 copy color: '#A62201'

red 166 ◦ green 34 ◦ blue 1

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

Shades of Rust #A62201

Tints of Rust #A62201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 82.59%
G = 16.92%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A62201 (or 0xA62201) is known color: Rust. HEX triplet: A6, 22 and 01. RGB value is (166,34,1). Sum of RGB (Red+Green+Blue) = 166+34+1=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A62201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62201 is #59DDFE. Grayscale: #454545. Windows color (decimal): -5889535 or 74406. OLE color: 74406.

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

Color convert

RGB 166 34 1 -
CMYK 0 0.80 0.99 0.35
HSL 12º 0.99% 0.33% -
HSV(B) 12º 0.99% 0.65% -
XYZ 16.3 9.25 0.96 -
YUV 69.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 166 34 1 0 0.80 0.99 0.35 12 0.99 0.33
Hex A6 22 1 0 50 63 23 C 63 21
Octal 246 42 1 0 120 143 43 14 143 41
Binary 10100110 100010 1 0 1010000 1100011 100011 1100 1100011 100001

Color Harmonies of #A62201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62201

Black with #A62201

Text Example


Text Example

White with #A62201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62201; }

 p { color: rgb(166,34,1); }

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

background-color css

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

 a { background-color: rgb(166,34,1); }

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

border-color css

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

 span { border-color: rgb(166,34,1); }

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