Html Css Color HEX #BA3912 Rust

📋 copy color: '#BA3912'

red 186 ◦ green 57 ◦ blue 18

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

Shades of Rust #BA3912

Tints of Rust #BA3912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 71.26%
G = 21.84%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3912 (or 0xBA3912) is known color: Rust. HEX triplet: BA, 39 and 12. RGB value is (186,57,18). Sum of RGB (Red+Green+Blue) = 186+57+18=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3912 is #45C6ED. Grayscale: #5B5B5B. Windows color (decimal): -4572910 or 1194426. OLE color: 1194426.

HSL color Cylindrical-coordinate representation of color #BA3912: hue angle of 13.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 18 -
CMYK 0 0.69 0.90 0.27
HSL 13.93º 0.82% 0.4% -
HSV(B) 13.93º 0.9% 0.73% -
XYZ 21.82 13.41 2.01 -
YUV 91.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 186 57 18 0 0.69 0.90 0.27 13.93 0.82 0.4
Hex BA 39 12 0 45 5A 1B E 52 28
Octal 272 71 22 0 105 132 33 16 122 50
Binary 10111010 111001 10010 0 1000101 1011010 11011 1110 1010010 101000

Color Harmonies of #BA3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3912

Black with #BA3912

Text Example


Text Example

White with #BA3912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3912; }

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

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

background-color css

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

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

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

border-color css

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

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

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