Html Css Color HEX #A63602 Rust

📋 copy color: '#A63602'

red 166 ◦ green 54 ◦ blue 2

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

Shades of Rust #A63602

Tints of Rust #A63602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 74.77%
G = 24.32%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63602 (or 0xA63602) is known color: Rust. HEX triplet: A6, 36 and 02. RGB value is (166,54,2). Sum of RGB (Red+Green+Blue) = 166+54+2=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63602 is #59C9FD. Grayscale: #515151. Windows color (decimal): -5884414 or 145062. OLE color: 145062.

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

Color convert

RGB 166 54 2 -
CMYK 0 0.67 0.99 0.35
HSL 19.02º 0.98% 0.33% -
HSV(B) 19.02º 0.99% 0.65% -
XYZ 17.06 10.75 1.23 -
YUV 81.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 166 54 2 0 0.67 0.99 0.35 19.02 0.98 0.33
Hex A6 36 2 0 43 63 23 13 62 21
Octal 246 66 2 0 103 143 43 23 142 41
Binary 10100110 110110 10 0 1000011 1100011 100011 10011 1100010 100001

Color Harmonies of #A63602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63602

Black with #A63602

Text Example


Text Example

White with #A63602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63602; }

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

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

background-color css

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

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

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

border-color css

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

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

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