Html Css Color HEX #BA4214 Rust

📋 copy color: '#BA4214'

red 186 ◦ green 66 ◦ blue 20

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

Shades of Rust #BA4214

Tints of Rust #BA4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 68.38%
G = 24.26%
B = 7.35%

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

#BA4214 (or 0xBA4214) is known color: Rust. HEX triplet: BA, 42 and 14. RGB value is (186,66,20). Sum of RGB (Red+Green+Blue) = 186+66+20=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4214 is #45BDEB. Grayscale: #606060. Windows color (decimal): -4570604 or 1327802. OLE color: 1327802.

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

Color convert

RGB 186 66 20 -
CMYK 0 0.65 0.89 0.27
HSL 16.63º 0.81% 0.4% -
HSV(B) 16.63º 0.89% 0.73% -
XYZ 22.32 14.39 2.26 -
YUV 96.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 186 66 20 0 0.65 0.89 0.27 16.63 0.81 0.4
Hex BA 42 14 0 41 59 1B 11 51 28
Octal 272 102 24 0 101 131 33 21 121 50
Binary 10111010 1000010 10100 0 1000001 1011001 11011 10001 1010001 101000

Color Harmonies of #BA4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4214

Black with #BA4214

Text Example


Text Example

White with #BA4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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