Html Css Color HEX #A7380D Rust

📋 copy color: '#A7380D'

red 167 ◦ green 56 ◦ blue 13

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

Shades of Rust #A7380D

Tints of Rust #A7380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 70.76%
G = 23.73%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7380D (or 0xA7380D) is known color: Rust. HEX triplet: A7, 38 and 0D. RGB value is (167,56,13). Sum of RGB (Red+Green+Blue) = 167+56+13=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7380D is #58C7F2. Grayscale: #545454. Windows color (decimal): -5818355 or 866471. OLE color: 866471.

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

Color convert

RGB 167 56 13 -
CMYK 0 0.66 0.92 0.35
HSL 16.75º 0.86% 0.35% -
HSV(B) 16.75º 0.92% 0.65% -
XYZ 17.42 11.07 1.6 -
YUV 84.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 167 56 13 0 0.66 0.92 0.35 16.75 0.86 0.35
Hex A7 38 D 0 42 5C 23 11 56 23
Octal 247 70 15 0 102 134 43 21 126 43
Binary 10100111 111000 1101 0 1000010 1011100 100011 10001 1010110 100011

Color Harmonies of #A7380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7380D

Black with #A7380D

Text Example


Text Example

White with #A7380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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