Html Css Color HEX #BA3913 Rust

📋 copy color: '#BA3913'

red 186 ◦ green 57 ◦ blue 19

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

Shades of Rust #BA3913

Tints of Rust #BA3913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 70.99%
G = 21.76%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3913 (or 0xBA3913) is known color: Rust. HEX triplet: BA, 39 and 13. RGB value is (186,57,19). Sum of RGB (Red+Green+Blue) = 186+57+19=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3913 is #45C6EC. Grayscale: #5B5B5B. Windows color (decimal): -4572909 or 1259962. OLE color: 1259962.

HSL color Cylindrical-coordinate representation of color #BA3913: hue angle of 13.65º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3913 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 19 -
CMYK 0 0.69 0.90 0.27
HSL 13.65º 0.81% 0.4% -
HSV(B) 13.65º 0.9% 0.73% -
XYZ 21.83 13.41 2.05 -
YUV 91.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 186 57 19 0 0.69 0.90 0.27 13.65 0.81 0.4
Hex BA 39 13 0 45 5A 1B E 51 28
Octal 272 71 23 0 105 132 33 16 121 50
Binary 10111010 111001 10011 0 1000101 1011010 11011 1110 1010001 101000

Color Harmonies of #BA3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3913

Black with #BA3913

Text Example


Text Example

White with #BA3913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3913; }

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

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

background-color css

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

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

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

border-color css

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

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

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