Html Css Color HEX #A62502 Rust

📋 copy color: '#A62502'

red 166 ◦ green 37 ◦ blue 2

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

Shades of Rust #A62502

Tints of Rust #A62502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 80.98%
G = 18.05%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A62502 (or 0xA62502) is known color: Rust. HEX triplet: A6, 25 and 02. RGB value is (166,37,2). Sum of RGB (Red+Green+Blue) = 166+37+2=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A62502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62502 is #59DAFD. Grayscale: #474747. Windows color (decimal): -5888766 or 140710. OLE color: 140710.

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

Color convert

RGB 166 37 2 -
CMYK 0 0.78 0.99 0.35
HSL 12.8º 0.98% 0.33% -
HSV(B) 12.8º 0.99% 0.65% -
XYZ 16.4 9.43 1.01 -
YUV 71.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 166 37 2 0 0.78 0.99 0.35 12.8 0.98 0.33
Hex A6 25 2 0 4E 63 23 D 62 21
Octal 246 45 2 0 116 143 43 15 142 41
Binary 10100110 100101 10 0 1001110 1100011 100011 1101 1100010 100001

Color Harmonies of #A62502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62502

Black with #A62502

Text Example


Text Example

White with #A62502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62502; }

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

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

background-color css

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

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

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

border-color css

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

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

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