Html Css Color HEX #BA4114 Rust

📋 copy color: '#BA4114'

red 186 ◦ green 65 ◦ blue 20

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

Shades of Rust #BA4114

Tints of Rust #BA4114

RGB

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

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

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

R = 68.63%
G = 23.99%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4114 (or 0xBA4114) is known color: Rust. HEX triplet: BA, 41 and 14. RGB value is (186,65,20). Sum of RGB (Red+Green+Blue) = 186+65+20=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4114 is #45BEEB. Grayscale: #606060. Windows color (decimal): -4570860 or 1327546. OLE color: 1327546.

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

Color convert

RGB 186 65 20 -
CMYK 0 0.65 0.89 0.27
HSL 16.27º 0.81% 0.4% -
HSV(B) 16.27º 0.89% 0.73% -
XYZ 22.27 14.27 2.24 -
YUV 96.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 186 65 20 0 0.65 0.89 0.27 16.27 0.81 0.4
Hex BA 41 14 0 41 59 1B 10 51 28
Octal 272 101 24 0 101 131 33 20 121 50
Binary 10111010 1000001 10100 0 1000001 1011001 11011 10000 1010001 101000

Color Harmonies of #BA4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4114

Black with #BA4114

Text Example


Text Example

White with #BA4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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