Html Css Color HEX #BA3D11 Rust

📋 copy color: '#BA3D11'

red 186 ◦ green 61 ◦ blue 17

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

Shades of Rust #BA3D11

Tints of Rust #BA3D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 70.45%
G = 23.11%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3D11 (or 0xBA3D11) is known color: Rust. HEX triplet: BA, 3D and 11. RGB value is (186,61,17). Sum of RGB (Red+Green+Blue) = 186+61+17=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D11 is #45C2EE. Grayscale: #5D5D5D. Windows color (decimal): -4571887 or 1129914. OLE color: 1129914.

HSL color Cylindrical-coordinate representation of color #BA3D11: hue angle of 15.62º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3D11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 61 17 -
CMYK 0 0.67 0.91 0.27
HSL 15.62º 0.83% 0.4% -
HSV(B) 15.62º 0.91% 0.73% -
XYZ 22.02 13.82 2.04 -
YUV 93.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 186 61 17 0 0.67 0.91 0.27 15.62 0.83 0.4
Hex BA 3D 11 0 43 5B 1B 10 53 28
Octal 272 75 21 0 103 133 33 20 123 50
Binary 10111010 111101 10001 0 1000011 1011011 11011 10000 1010011 101000

Color Harmonies of #BA3D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D11

Black with #BA3D11

Text Example


Text Example

White with #BA3D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D11; }

 p { color: rgb(186,61,17); }

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

background-color css

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

 a { background-color: rgb(186,61,17); }

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

border-color css

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

 span { border-color: rgb(186,61,17); }

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