Html Css Color HEX #A72602 Rust

📋 copy color: '#A72602'

red 167 ◦ green 38 ◦ blue 2

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

Shades of Rust #A72602

Tints of Rust #A72602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

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

R = 80.68%
G = 18.36%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A72602 (or 0xA72602) is known color: Rust. HEX triplet: A7, 26 and 02. RGB value is (167,38,2). Sum of RGB (Red+Green+Blue) = 167+38+2=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72602 is #58D9FD. Grayscale: #484848. Windows color (decimal): -5822974 or 140967. OLE color: 140967.

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

Color convert

RGB 167 38 2 -
CMYK 0 0.77 0.99 0.35
HSL 13.09º 0.98% 0.33% -
HSV(B) 13.09º 0.99% 0.65% -
XYZ 16.64 9.61 1.03 -
YUV 72.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 167 38 2 0 0.77 0.99 0.35 13.09 0.98 0.33
Hex A7 26 2 0 4D 63 23 D 62 21
Octal 247 46 2 0 115 143 43 15 142 41
Binary 10100111 100110 10 0 1001101 1100011 100011 1101 1100010 100001

Color Harmonies of #A72602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72602

Black with #A72602

Text Example


Text Example

White with #A72602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72602; }

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

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

background-color css

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

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

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

border-color css

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

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

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