Html Css Color HEX #A7300D Rust

📋 copy color: '#A7300D'

red 167 ◦ green 48 ◦ blue 13

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

Shades of Rust #A7300D

Tints of Rust #A7300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 73.25%
G = 21.05%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7300D (or 0xA7300D) is known color: Rust. HEX triplet: A7, 30 and 0D. RGB value is (167,48,13). Sum of RGB (Red+Green+Blue) = 167+48+13=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7300D is #58CFF2. Grayscale: #4F4F4F. Windows color (decimal): -5820403 or 864423. OLE color: 864423.

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

Color convert

RGB 167 48 13 -
CMYK 0 0.71 0.92 0.35
HSL 13.64º 0.86% 0.35% -
HSV(B) 13.64º 0.92% 0.65% -
XYZ 17.07 10.36 1.48 -
YUV 79.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 167 48 13 0 0.71 0.92 0.35 13.64 0.86 0.35
Hex A7 30 D 0 47 5C 23 E 56 23
Octal 247 60 15 0 107 134 43 16 126 43
Binary 10100111 110000 1101 0 1000111 1011100 100011 1110 1010110 100011

Color Harmonies of #A7300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7300D

Black with #A7300D

Text Example


Text Example

White with #A7300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7300D; }

 p { color: rgb(167,48,13); }

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

background-color css

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

 a { background-color: rgb(167,48,13); }

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

border-color css

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

 span { border-color: rgb(167,48,13); }

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