Html Css Color HEX #BA3C15 Rust

📋 copy color: '#BA3C15'

red 186 ◦ green 60 ◦ blue 21

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

Shades of Rust #BA3C15

Tints of Rust #BA3C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 69.66%
G = 22.47%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3C15 (or 0xBA3C15) is known color: Rust. HEX triplet: BA, 3C and 15. RGB value is (186,60,21). Sum of RGB (Red+Green+Blue) = 186+60+21=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C15 is #45C3EA. Grayscale: #5D5D5D. Windows color (decimal): -4572139 or 1391802. OLE color: 1391802.

HSL color Cylindrical-coordinate representation of color #BA3C15: hue angle of 14.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3C15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 21 -
CMYK 0 0.68 0.89 0.27
HSL 14.18º 0.8% 0.41% -
HSV(B) 14.18º 0.89% 0.73% -
XYZ 22 13.72 2.2 -
YUV 93.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 186 60 21 0 0.68 0.89 0.27 14.18 0.8 0.41
Hex BA 3C 15 0 44 59 1B E 50 29
Octal 272 74 25 0 104 131 33 16 120 51
Binary 10111010 111100 10101 0 1000100 1011001 11011 1110 1010000 101001

Color Harmonies of #BA3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C15

Black with #BA3C15

Text Example


Text Example

White with #BA3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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