Html Css Color HEX #BA470F Rust

📋 copy color: '#BA470F'

red 186 ◦ green 71 ◦ blue 15

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

Shades of Rust #BA470F

Tints of Rust #BA470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 68.38%
G = 26.1%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA470F (or 0xBA470F) is known color: Rust. HEX triplet: BA, 47 and 0F. RGB value is (186,71,15). Sum of RGB (Red+Green+Blue) = 186+71+15=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA470F is #45B8F0. Grayscale: #636363. Windows color (decimal): -4569329 or 1001402. OLE color: 1001402.

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

Color convert

RGB 186 71 15 -
CMYK 0 0.62 0.92 0.27
HSL 19.65º 0.85% 0.39% -
HSV(B) 19.65º 0.92% 0.73% -
XYZ 22.59 14.98 2.15 -
YUV 99 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 186 71 15 0 0.62 0.92 0.27 19.65 0.85 0.39
Hex BA 47 F 0 3E 5C 1B 14 55 27
Octal 272 107 17 0 76 134 33 24 125 47
Binary 10111010 1000111 1111 0 111110 1011100 11011 10100 1010101 100111

Color Harmonies of #BA470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA470F

Black with #BA470F

Text Example


Text Example

White with #BA470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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