Html Css Color HEX #A63002 Rust

📋 copy color: '#A63002'

red 166 ◦ green 48 ◦ blue 2

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

Shades of Rust #A63002

Tints of Rust #A63002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 76.85%
G = 22.22%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63002 (or 0xA63002) is known color: Rust. HEX triplet: A6, 30 and 02. RGB value is (166,48,2). Sum of RGB (Red+Green+Blue) = 166+48+2=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A63002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63002 is #59CFFD. Grayscale: #4E4E4E. Windows color (decimal): -5885950 or 143526. OLE color: 143526.

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

Color convert

RGB 166 48 2 -
CMYK 0 0.71 0.99 0.35
HSL 16.83º 0.98% 0.33% -
HSV(B) 16.83º 0.99% 0.65% -
XYZ 16.79 10.23 1.15 -
YUV 78.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 166 48 2 0 0.71 0.99 0.35 16.83 0.98 0.33
Hex A6 30 2 0 47 63 23 11 62 21
Octal 246 60 2 0 107 143 43 21 142 41
Binary 10100110 110000 10 0 1000111 1100011 100011 10001 1100010 100001

Color Harmonies of #A63002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63002

Black with #A63002

Text Example


Text Example

White with #A63002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63002; }

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

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

background-color css

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

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

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

border-color css

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

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

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