Html Css Color HEX #A7380A Rust

📋 copy color: '#A7380A'

red 167 ◦ green 56 ◦ blue 10

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

Shades of Rust #A7380A

Tints of Rust #A7380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 71.67%
G = 24.03%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7380A (or 0xA7380A) is known color: Rust. HEX triplet: A7, 38 and 0A. RGB value is (167,56,10). Sum of RGB (Red+Green+Blue) = 167+56+10=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7380A is #58C7F5. Grayscale: #545454. Windows color (decimal): -5818358 or 669863. OLE color: 669863.

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

Color convert

RGB 167 56 10 -
CMYK 0 0.66 0.94 0.35
HSL 17.58º 0.89% 0.35% -
HSV(B) 17.58º 0.94% 0.65% -
XYZ 17.41 11.07 1.51 -
YUV 83.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 167 56 10 0 0.66 0.94 0.35 17.58 0.89 0.35
Hex A7 38 A 0 42 5E 23 12 59 23
Octal 247 70 12 0 102 136 43 22 131 43
Binary 10100111 111000 1010 0 1000010 1011110 100011 10010 1011001 100011

Color Harmonies of #A7380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7380A

Black with #A7380A

Text Example


Text Example

White with #A7380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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