Html Css Color HEX #BA390F Rust

📋 copy color: '#BA390F'

red 186 ◦ green 57 ◦ blue 15

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

Shades of Rust #BA390F

Tints of Rust #BA390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 72.09%
G = 22.09%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA390F (or 0xBA390F) is known color: Rust. HEX triplet: BA, 39 and 0F. RGB value is (186,57,15). Sum of RGB (Red+Green+Blue) = 186+57+15=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA390F is #45C6F0. Grayscale: #5B5B5B. Windows color (decimal): -4572913 or 997818. OLE color: 997818.

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

Color convert

RGB 186 57 15 -
CMYK 0 0.69 0.92 0.27
HSL 14.74º 0.85% 0.39% -
HSV(B) 14.74º 0.92% 0.73% -
XYZ 21.8 13.4 1.89 -
YUV 90.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 186 57 15 0 0.69 0.92 0.27 14.74 0.85 0.39
Hex BA 39 F 0 45 5C 1B F 55 27
Octal 272 71 17 0 105 134 33 17 125 47
Binary 10111010 111001 1111 0 1000101 1011100 11011 1111 1010101 100111

Color Harmonies of #BA390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA390F

Black with #BA390F

Text Example


Text Example

White with #BA390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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