Html Css Color HEX #BA4113 Rust

📋 copy color: '#BA4113'

red 186 ◦ green 65 ◦ blue 19

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

Shades of Rust #BA4113

Tints of Rust #BA4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 68.89%
G = 24.07%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA4113 (or 0xBA4113) is known color: Rust. HEX triplet: BA, 41 and 13. RGB value is (186,65,19). Sum of RGB (Red+Green+Blue) = 186+65+19=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4113 is #45BEEC. Grayscale: #606060. Windows color (decimal): -4570861 or 1262010. OLE color: 1262010.

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

Color convert

RGB 186 65 19 -
CMYK 0 0.65 0.90 0.27
HSL 16.53º 0.81% 0.4% -
HSV(B) 16.53º 0.9% 0.73% -
XYZ 22.26 14.27 2.2 -
YUV 95.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 186 65 19 0 0.65 0.90 0.27 16.53 0.81 0.4
Hex BA 41 13 0 41 5A 1B 11 51 28
Octal 272 101 23 0 101 132 33 21 121 50
Binary 10111010 1000001 10011 0 1000001 1011010 11011 10001 1010001 101000

Color Harmonies of #BA4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4113

Black with #BA4113

Text Example


Text Example

White with #BA4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4113; }

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

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

background-color css

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

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

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

border-color css

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

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

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