Html Css Color HEX #BA470D Rust

📋 copy color: '#BA470D'

red 186 ◦ green 71 ◦ blue 13

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

Shades of Rust #BA470D

Tints of Rust #BA470D

RGB

 RED value IS 186 (73.05% from 255) = 68.89%

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 68.89%
G = 26.3%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA470D (or 0xBA470D) is known color: Rust. HEX triplet: BA, 47 and 0D. RGB value is (186,71,13). Sum of RGB (Red+Green+Blue) = 186+71+13=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA470D is #45B8F2. Grayscale: #636363. Windows color (decimal): -4569331 or 870330. OLE color: 870330.

HSL color Cylindrical-coordinate representation of color #BA470D: hue angle of 20.12º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA470D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 13 -
CMYK 0 0.62 0.93 0.27
HSL 20.12º 0.87% 0.39% -
HSV(B) 20.12º 0.93% 0.73% -
XYZ 22.58 14.97 2.08 -
YUV 98.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 186 71 13 0 0.62 0.93 0.27 20.12 0.87 0.39
Hex BA 47 D 0 3E 5D 1B 14 57 27
Octal 272 107 15 0 76 135 33 24 127 47
Binary 10111010 1000111 1101 0 111110 1011101 11011 10100 1010111 100111

Color Harmonies of #BA470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA470D

Black with #BA470D

Text Example


Text Example

White with #BA470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA470D; }

 p { color: rgb(186,71,13); }

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

background-color css

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

 a { background-color: rgb(186,71,13); }

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

border-color css

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

 span { border-color: rgb(186,71,13); }

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