Html Css Color HEX #BA4013 Rust

📋 copy color: '#BA4013'

red 186 ◦ green 64 ◦ blue 19

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

Shades of Rust #BA4013

Tints of Rust #BA4013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 69.14%
G = 23.79%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA4013 (or 0xBA4013) is known color: Rust. HEX triplet: BA, 40 and 13. RGB value is (186,64,19). Sum of RGB (Red+Green+Blue) = 186+64+19=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4013 is #45BFEC. Grayscale: #5F5F5F. Windows color (decimal): -4571117 or 1261754. OLE color: 1261754.

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

Color convert

RGB 186 64 19 -
CMYK 0 0.66 0.90 0.27
HSL 16.17º 0.81% 0.4% -
HSV(B) 16.17º 0.9% 0.73% -
XYZ 22.2 14.15 2.18 -
YUV 95.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 186 64 19 0 0.66 0.90 0.27 16.17 0.81 0.4
Hex BA 40 13 0 42 5A 1B 10 51 28
Octal 272 100 23 0 102 132 33 20 121 50
Binary 10111010 1000000 10011 0 1000010 1011010 11011 10000 1010001 101000

Color Harmonies of #BA4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4013

Black with #BA4013

Text Example


Text Example

White with #BA4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4013; }

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

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

background-color css

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

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

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

border-color css

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

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

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