Html Css Color HEX #A63502 Rust

📋 copy color: '#A63502'

red 166 ◦ green 53 ◦ blue 2

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

Shades of Rust #A63502

Tints of Rust #A63502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 75.11%
G = 23.98%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63502 (or 0xA63502) is known color: Rust. HEX triplet: A6, 35 and 02. RGB value is (166,53,2). Sum of RGB (Red+Green+Blue) = 166+53+2=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A63502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63502 is #59CAFD. Grayscale: #515151. Windows color (decimal): -5884670 or 144806. OLE color: 144806.

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

Color convert

RGB 166 53 2 -
CMYK 0 0.68 0.99 0.35
HSL 18.66º 0.98% 0.33% -
HSV(B) 18.66º 0.99% 0.65% -
XYZ 17.01 10.66 1.22 -
YUV 80.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 166 53 2 0 0.68 0.99 0.35 18.66 0.98 0.33
Hex A6 35 2 0 44 63 23 13 62 21
Octal 246 65 2 0 104 143 43 23 142 41
Binary 10100110 110101 10 0 1000100 1100011 100011 10011 1100010 100001

Color Harmonies of #A63502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63502

Black with #A63502

Text Example


Text Example

White with #A63502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63502; }

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

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

background-color css

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

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

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

border-color css

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

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

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