Html Css Color HEX #A72302 Rust

📋 copy color: '#A72302'

red 167 ◦ green 35 ◦ blue 2

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

Shades of Rust #A72302

Tints of Rust #A72302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 81.86%
G = 17.16%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A72302 (or 0xA72302) is known color: Rust. HEX triplet: A7, 23 and 02. RGB value is (167,35,2). Sum of RGB (Red+Green+Blue) = 167+35+2=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A72302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72302 is #58DCFD. Grayscale: #464646. Windows color (decimal): -5823742 or 140199. OLE color: 140199.

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

Color convert

RGB 167 35 2 -
CMYK 0 0.79 0.99 0.35
HSL 12º 0.98% 0.33% -
HSV(B) 12º 0.99% 0.65% -
XYZ 16.55 9.42 1 -
YUV 70.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 167 35 2 0 0.79 0.99 0.35 12 0.98 0.33
Hex A7 23 2 0 4F 63 23 C 62 21
Octal 247 43 2 0 117 143 43 14 142 41
Binary 10100111 100011 10 0 1001111 1100011 100011 1100 1100010 100001

Color Harmonies of #A72302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72302

Black with #A72302

Text Example


Text Example

White with #A72302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72302; }

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

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

background-color css

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

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

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

border-color css

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

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

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