Html Css Color HEX #BA4414 Rust

📋 copy color: '#BA4414'

red 186 ◦ green 68 ◦ blue 20

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

Shades of Rust #BA4414

Tints of Rust #BA4414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

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

R = 67.88%
G = 24.82%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4414 (or 0xBA4414) is known color: Rust. HEX triplet: BA, 44 and 14. RGB value is (186,68,20). Sum of RGB (Red+Green+Blue) = 186+68+20=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4414 is #45BBEB. Grayscale: #626262. Windows color (decimal): -4570092 or 1328314. OLE color: 1328314.

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

Color convert

RGB 186 68 20 -
CMYK 0 0.63 0.89 0.27
HSL 17.35º 0.81% 0.4% -
HSV(B) 17.35º 0.89% 0.73% -
XYZ 22.44 14.62 2.3 -
YUV 97.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 186 68 20 0 0.63 0.89 0.27 17.35 0.81 0.4
Hex BA 44 14 0 3F 59 1B 11 51 28
Octal 272 104 24 0 77 131 33 21 121 50
Binary 10111010 1000100 10100 0 111111 1011001 11011 10001 1010001 101000

Color Harmonies of #BA4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4414

Black with #BA4414

Text Example


Text Example

White with #BA4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4414; }

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

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

background-color css

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

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

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

border-color css

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

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

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