Html Css Color HEX #BA3713 Rust

📋 copy color: '#BA3713'

red 186 ◦ green 55 ◦ blue 19

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

Shades of Rust #BA3713

Tints of Rust #BA3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 71.54%
G = 21.15%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3713 (or 0xBA3713) is known color: Rust. HEX triplet: BA, 37 and 13. RGB value is (186,55,19). Sum of RGB (Red+Green+Blue) = 186+55+19=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3713 is #45C8EC. Grayscale: #5A5A5A. Windows color (decimal): -4573421 or 1259450. OLE color: 1259450.

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

Color convert

RGB 186 55 19 -
CMYK 0 0.70 0.90 0.27
HSL 12.93º 0.81% 0.4% -
HSV(B) 12.93º 0.9% 0.73% -
XYZ 21.73 13.22 2.02 -
YUV 90.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 186 55 19 0 0.70 0.90 0.27 12.93 0.81 0.4
Hex BA 37 13 0 46 5A 1B D 51 28
Octal 272 67 23 0 106 132 33 15 121 50
Binary 10111010 110111 10011 0 1000110 1011010 11011 1101 1010001 101000

Color Harmonies of #BA3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3713

Black with #BA3713

Text Example


Text Example

White with #BA3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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