Html Css Color HEX #A63305 Rust

📋 copy color: '#A63305'

red 166 ◦ green 51 ◦ blue 5

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

Shades of Rust #A63305

Tints of Rust #A63305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 74.77%
G = 22.97%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A63305 (or 0xA63305) is known color: Rust. HEX triplet: A6, 33 and 05. RGB value is (166,51,5). Sum of RGB (Red+Green+Blue) = 166+51+5=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63305 is #59CCFA. Grayscale: #505050. Windows color (decimal): -5885179 or 340902. OLE color: 340902.

HSL color Cylindrical-coordinate representation of color #A63305: hue angle of 17.14º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A63305 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 5 -
CMYK 0 0.69 0.97 0.35
HSL 17.14º 0.94% 0.34% -
HSV(B) 17.14º 0.97% 0.65% -
XYZ 16.94 10.49 1.27 -
YUV 80.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 166 51 5 0 0.69 0.97 0.35 17.14 0.94 0.34
Hex A6 33 5 0 45 61 23 11 5E 22
Octal 246 63 5 0 105 141 43 21 136 42
Binary 10100110 110011 101 0 1000101 1100001 100011 10001 1011110 100010

Color Harmonies of #A63305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63305

Black with #A63305

Text Example


Text Example

White with #A63305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63305; }

 p { color: rgb(166,51,5); }

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

background-color css

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

 a { background-color: rgb(166,51,5); }

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

border-color css

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

 span { border-color: rgb(166,51,5); }

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