Html Css Color HEX #BA4014 Rust

📋 copy color: '#BA4014'

red 186 ◦ green 64 ◦ blue 20

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

Shades of Rust #BA4014

Tints of Rust #BA4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 68.89%
G = 23.7%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4014 (or 0xBA4014) is known color: Rust. HEX triplet: BA, 40 and 14. RGB value is (186,64,20). Sum of RGB (Red+Green+Blue) = 186+64+20=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4014 is #45BFEB. Grayscale: #5F5F5F. Windows color (decimal): -4571116 or 1327290. OLE color: 1327290.

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

Color convert

RGB 186 64 20 -
CMYK 0 0.66 0.89 0.27
HSL 15.9º 0.81% 0.4% -
HSV(B) 15.9º 0.89% 0.73% -
XYZ 22.21 14.16 2.22 -
YUV 95.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 186 64 20 0 0.66 0.89 0.27 15.9 0.81 0.4
Hex BA 40 14 0 42 59 1B 10 51 28
Octal 272 100 24 0 102 131 33 20 121 50
Binary 10111010 1000000 10100 0 1000010 1011001 11011 10000 1010001 101000

Color Harmonies of #BA4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4014

Black with #BA4014

Text Example


Text Example

White with #BA4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4014; }

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

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

background-color css

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

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

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

border-color css

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

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

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