Html Css Color HEX #A73302 Rust

📋 copy color: '#A73302'

red 167 ◦ green 51 ◦ blue 2

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

Shades of Rust #A73302

Tints of Rust #A73302

RGB

 RED value IS 167 (65.63% from 255) = 75.91%

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

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

R = 75.91%
G = 23.18%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A73302 (or 0xA73302) is known color: Rust. HEX triplet: A7, 33 and 02. RGB value is (167,51,2). Sum of RGB (Red+Green+Blue) = 167+51+2=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A73302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73302 is #58CCFD. Grayscale: #505050. Windows color (decimal): -5819646 or 144295. OLE color: 144295.

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

Color convert

RGB 167 51 2 -
CMYK 0 0.69 0.99 0.35
HSL 17.82º 0.98% 0.33% -
HSV(B) 17.82º 0.99% 0.65% -
XYZ 17.13 10.59 1.2 -
YUV 80.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 167 51 2 0 0.69 0.99 0.35 17.82 0.98 0.33
Hex A7 33 2 0 45 63 23 12 62 21
Octal 247 63 2 0 105 143 43 22 142 41
Binary 10100111 110011 10 0 1000101 1100011 100011 10010 1100010 100001

Color Harmonies of #A73302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73302

Black with #A73302

Text Example


Text Example

White with #A73302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73302; }

 p { color: rgb(167,51,2); }

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

background-color css

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

 a { background-color: rgb(167,51,2); }

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

border-color css

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

 span { border-color: rgb(167,51,2); }

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