Html Css Color HEX #BA3915 Rust

📋 copy color: '#BA3915'

red 186 ◦ green 57 ◦ blue 21

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

Shades of Rust #BA3915

Tints of Rust #BA3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 70.45%
G = 21.59%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3915 (or 0xBA3915) is known color: Rust. HEX triplet: BA, 39 and 15. RGB value is (186,57,21). Sum of RGB (Red+Green+Blue) = 186+57+21=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3915 is #45C6EA. Grayscale: #5B5B5B. Windows color (decimal): -4572907 or 1391034. OLE color: 1391034.

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

Color convert

RGB 186 57 21 -
CMYK 0 0.69 0.89 0.27
HSL 13.09º 0.8% 0.41% -
HSV(B) 13.09º 0.89% 0.73% -
XYZ 21.85 13.42 2.15 -
YUV 91.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 186 57 21 0 0.69 0.89 0.27 13.09 0.8 0.41
Hex BA 39 15 0 45 59 1B D 50 29
Octal 272 71 25 0 105 131 33 15 120 51
Binary 10111010 111001 10101 0 1000101 1011001 11011 1101 1010000 101001

Color Harmonies of #BA3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3915

Black with #BA3915

Text Example


Text Example

White with #BA3915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3915; }

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

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

background-color css

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

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

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

border-color css

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

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

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