Html Css Color HEX #BA3712 Rust

📋 copy color: '#BA3712'

red 186 ◦ green 55 ◦ blue 18

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

Shades of Rust #BA3712

Tints of Rust #BA3712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 71.81%
G = 21.24%
B = 6.95%

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

#BA3712 (or 0xBA3712) is known color: Rust. HEX triplet: BA, 37 and 12. RGB value is (186,55,18). Sum of RGB (Red+Green+Blue) = 186+55+18=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3712 is #45C8ED. Grayscale: #5A5A5A. Windows color (decimal): -4573422 or 1193914. OLE color: 1193914.

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

Color convert

RGB 186 55 18 -
CMYK 0 0.70 0.90 0.27
HSL 13.21º 0.82% 0.4% -
HSV(B) 13.21º 0.9% 0.73% -
XYZ 21.73 13.22 1.98 -
YUV 89.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 186 55 18 0 0.70 0.90 0.27 13.21 0.82 0.4
Hex BA 37 12 0 46 5A 1B D 52 28
Octal 272 67 22 0 106 132 33 15 122 50
Binary 10111010 110111 10010 0 1000110 1011010 11011 1101 1010010 101000

Color Harmonies of #BA3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3712

Black with #BA3712

Text Example


Text Example

White with #BA3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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