Html Css Color HEX #A63F02 Rust

📋 copy color: '#A63F02'

red 166 ◦ green 63 ◦ blue 2

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

Shades of Rust #A63F02

Tints of Rust #A63F02

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

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

R = 71.86%
G = 27.27%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A63F02 (or 0xA63F02) is known color: Rust. HEX triplet: A6, 3F and 02. RGB value is (166,63,2). Sum of RGB (Red+Green+Blue) = 166+63+2=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F02 is #59C0FD. Grayscale: #575757. Windows color (decimal): -5882110 or 147366. OLE color: 147366.

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

Color convert

RGB 166 63 2 -
CMYK 0 0.62 0.99 0.35
HSL 22.32º 0.98% 0.33% -
HSV(B) 22.32º 0.99% 0.65% -
XYZ 17.51 11.67 1.39 -
YUV 86.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 166 63 2 0 0.62 0.99 0.35 22.32 0.98 0.33
Hex A6 3F 2 0 3E 63 23 16 62 21
Octal 246 77 2 0 76 143 43 26 142 41
Binary 10100110 111111 10 0 111110 1100011 100011 10110 1100010 100001

Color Harmonies of #A63F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F02

Black with #A63F02

Text Example


Text Example

White with #A63F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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