Html Css Color HEX #A63A02 Rust

📋 copy color: '#A63A02'

red 166 ◦ green 58 ◦ blue 2

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

Shades of Rust #A63A02

Tints of Rust #A63A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 73.45%
G = 25.66%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63A02 (or 0xA63A02) is known color: Rust. HEX triplet: A6, 3A and 02. RGB value is (166,58,2). Sum of RGB (Red+Green+Blue) = 166+58+2=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A02 is #59C5FD. Grayscale: #545454. Windows color (decimal): -5883390 or 146086. OLE color: 146086.

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

Color convert

RGB 166 58 2 -
CMYK 0 0.65 0.99 0.35
HSL 20.49º 0.98% 0.33% -
HSV(B) 20.49º 0.99% 0.65% -
XYZ 17.25 11.14 1.3 -
YUV 83.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 166 58 2 0 0.65 0.99 0.35 20.49 0.98 0.33
Hex A6 3A 2 0 41 63 23 14 62 21
Octal 246 72 2 0 101 143 43 24 142 41
Binary 10100110 111010 10 0 1000001 1100011 100011 10100 1100010 100001

Color Harmonies of #A63A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A02

Black with #A63A02

Text Example


Text Example

White with #A63A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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