Html Css Color HEX #BA3715 Rust

📋 copy color: '#BA3715'

red 186 ◦ green 55 ◦ blue 21

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

Shades of Rust #BA3715

Tints of Rust #BA3715

RGB

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

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

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

R = 70.99%
G = 20.99%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3715 (or 0xBA3715) is known color: Rust. HEX triplet: BA, 37 and 15. RGB value is (186,55,21). Sum of RGB (Red+Green+Blue) = 186+55+21=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3715 is #45C8EA. Grayscale: #5A5A5A. Windows color (decimal): -4573419 or 1390522. OLE color: 1390522.

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

Color convert

RGB 186 55 21 -
CMYK 0 0.70 0.89 0.27
HSL 12.36º 0.8% 0.41% -
HSV(B) 12.36º 0.89% 0.73% -
XYZ 21.75 13.23 2.12 -
YUV 90.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 186 55 21 0 0.70 0.89 0.27 12.36 0.8 0.41
Hex BA 37 15 0 46 59 1B C 50 29
Octal 272 67 25 0 106 131 33 14 120 51
Binary 10111010 110111 10101 0 1000110 1011001 11011 1100 1010000 101001

Color Harmonies of #BA3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3715

Black with #BA3715

Text Example


Text Example

White with #BA3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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