Html Css Color HEX #BA3812 Rust

📋 copy color: '#BA3812'

red 186 ◦ green 56 ◦ blue 18

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

Shades of Rust #BA3812

Tints of Rust #BA3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 71.54%
G = 21.54%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3812 (or 0xBA3812) is known color: Rust. HEX triplet: BA, 38 and 12. RGB value is (186,56,18). Sum of RGB (Red+Green+Blue) = 186+56+18=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3812 is #45C7ED. Grayscale: #5A5A5A. Windows color (decimal): -4573166 or 1194170. OLE color: 1194170.

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

Color convert

RGB 186 56 18 -
CMYK 0 0.70 0.90 0.27
HSL 13.57º 0.82% 0.4% -
HSV(B) 13.57º 0.9% 0.73% -
XYZ 21.77 13.31 1.99 -
YUV 90.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 186 56 18 0 0.70 0.90 0.27 13.57 0.82 0.4
Hex BA 38 12 0 46 5A 1B E 52 28
Octal 272 70 22 0 106 132 33 16 122 50
Binary 10111010 111000 10010 0 1000110 1011010 11011 1110 1010010 101000

Color Harmonies of #BA3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3812

Black with #BA3812

Text Example


Text Example

White with #BA3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3812; }

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

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

background-color css

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

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

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

border-color css

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

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

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