Html Css Color HEX #BA3B15 Rust

📋 copy color: '#BA3B15'

red 186 ◦ green 59 ◦ blue 21

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

Shades of Rust #BA3B15

Tints of Rust #BA3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

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

R = 69.92%
G = 22.18%
B = 7.89%

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

#BA3B15 (or 0xBA3B15) is known color: Rust. HEX triplet: BA, 3B and 15. RGB value is (186,59,21). Sum of RGB (Red+Green+Blue) = 186+59+21=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B15 is #45C4EA. Grayscale: #5C5C5C. Windows color (decimal): -4572395 or 1391546. OLE color: 1391546.

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

Color convert

RGB 186 59 21 -
CMYK 0 0.68 0.89 0.27
HSL 13.82º 0.8% 0.41% -
HSV(B) 13.82º 0.89% 0.73% -
XYZ 21.95 13.62 2.18 -
YUV 92.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 186 59 21 0 0.68 0.89 0.27 13.82 0.8 0.41
Hex BA 3B 15 0 44 59 1B E 50 29
Octal 272 73 25 0 104 131 33 16 120 51
Binary 10111010 111011 10101 0 1000100 1011001 11011 1110 1010000 101001

Color Harmonies of #BA3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B15

Black with #BA3B15

Text Example


Text Example

White with #BA3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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