Html Css Color HEX #BA3814 Rust

📋 copy color: '#BA3814'

red 186 ◦ green 56 ◦ blue 20

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

Shades of Rust #BA3814

Tints of Rust #BA3814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 70.99%
G = 21.37%
B = 7.63%

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

#BA3814 (or 0xBA3814) is known color: Rust. HEX triplet: BA, 38 and 14. RGB value is (186,56,20). Sum of RGB (Red+Green+Blue) = 186+56+20=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3814 is #45C7EB. Grayscale: #5B5B5B. Windows color (decimal): -4573164 or 1325242. OLE color: 1325242.

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

Color convert

RGB 186 56 20 -
CMYK 0 0.70 0.89 0.27
HSL 13.01º 0.81% 0.4% -
HSV(B) 13.01º 0.89% 0.73% -
XYZ 21.79 13.32 2.08 -
YUV 90.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 186 56 20 0 0.70 0.89 0.27 13.01 0.81 0.4
Hex BA 38 14 0 46 59 1B D 51 28
Octal 272 70 24 0 106 131 33 15 121 50
Binary 10111010 111000 10100 0 1000110 1011001 11011 1101 1010001 101000

Color Harmonies of #BA3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3814

Black with #BA3814

Text Example


Text Example

White with #BA3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3814; }

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

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

background-color css

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

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

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

border-color css

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

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

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