Html Css Color HEX #BA3C0F Rust

📋 copy color: '#BA3C0F'

red 186 ◦ green 60 ◦ blue 15

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

Shades of Rust #BA3C0F

Tints of Rust #BA3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 71.26%
G = 22.99%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA3C0F (or 0xBA3C0F) is known color: Rust. HEX triplet: BA, 3C and 0F. RGB value is (186,60,15). Sum of RGB (Red+Green+Blue) = 186+60+15=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C0F is #45C3F0. Grayscale: #5C5C5C. Windows color (decimal): -4572145 or 998586. OLE color: 998586.

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

Color convert

RGB 186 60 15 -
CMYK 0 0.68 0.92 0.27
HSL 15.79º 0.85% 0.39% -
HSV(B) 15.79º 0.92% 0.73% -
XYZ 21.95 13.71 1.94 -
YUV 92.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 186 60 15 0 0.68 0.92 0.27 15.79 0.85 0.39
Hex BA 3C F 0 44 5C 1B 10 55 27
Octal 272 74 17 0 104 134 33 20 125 47
Binary 10111010 111100 1111 0 1000100 1011100 11011 10000 1010101 100111

Color Harmonies of #BA3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C0F

Black with #BA3C0F

Text Example


Text Example

White with #BA3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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