Html Css Color HEX #A72600 Rust

📋 copy color: '#A72600'

red 167 ◦ green 38 ◦ blue 0

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

Shades of Rust #A72600

Tints of Rust #A72600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.46%
G = 18.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A72600 (or 0xA72600) is known color: Rust. HEX triplet: A7, 26 and 00. RGB value is (167,38,0). Sum of RGB (Red+Green+Blue) = 167+38+0=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A72600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72600 is #58D9FF. Grayscale: #484848. Windows color (decimal): -5822976 or 9895. OLE color: 9895.

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

Color convert

RGB 167 38 0 -
CMYK 0 0.77 1 0.35
HSL 13.65º 1% 0.33% -
HSV(B) 13.65º 1% 0.65% -
XYZ 16.63 9.6 0.98 -
YUV 72.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 167 38 0 0 0.77 1 0.35 13.65 1 0.33
Hex A7 26 0 0 4D 64 23 E 64 21
Octal 247 46 0 0 115 144 43 16 144 41
Binary 10100111 100110 0 0 1001101 1100100 100011 1110 1100100 100001

Color Harmonies of #A72600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72600

Black with #A72600

Text Example


Text Example

White with #A72600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72600; }

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

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

background-color css

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

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

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

border-color css

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

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

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