Html Css Color HEX #A63D03 Rust

📋 copy color: '#A63D03'

red 166 ◦ green 61 ◦ blue 3

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

Shades of Rust #A63D03

Tints of Rust #A63D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 72.17%
G = 26.52%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A63D03 (or 0xA63D03) is known color: Rust. HEX triplet: A6, 3D and 03. RGB value is (166,61,3). Sum of RGB (Red+Green+Blue) = 166+61+3=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D03 is #59C2FC. Grayscale: #565656. Windows color (decimal): -5882621 or 212390. OLE color: 212390.

HSL color Cylindrical-coordinate representation of color #A63D03: hue angle of 21.35º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A63D03 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 61 3 -
CMYK 0 0.63 0.98 0.35
HSL 21.35º 0.96% 0.33% -
HSV(B) 21.35º 0.98% 0.65% -
XYZ 17.41 11.45 1.38 -
YUV 85.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 166 61 3 0 0.63 0.98 0.35 21.35 0.96 0.33
Hex A6 3D 3 0 3F 62 23 15 60 21
Octal 246 75 3 0 77 142 43 25 140 41
Binary 10100110 111101 11 0 111111 1100010 100011 10101 1100000 100001

Color Harmonies of #A63D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D03

Black with #A63D03

Text Example


Text Example

White with #A63D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D03; }

 p { color: rgb(166,61,3); }

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

background-color css

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

 a { background-color: rgb(166,61,3); }

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

border-color css

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

 span { border-color: rgb(166,61,3); }

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