Html Css Color HEX #BA4810 Rust

📋 copy color: '#BA4810'

red 186 ◦ green 72 ◦ blue 16

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

Shades of Rust #BA4810

Tints of Rust #BA4810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 67.88%
G = 26.28%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA4810 (or 0xBA4810) is known color: Rust. HEX triplet: BA, 48 and 10. RGB value is (186,72,16). Sum of RGB (Red+Green+Blue) = 186+72+16=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4810 is #45B7EF. Grayscale: #646464. Windows color (decimal): -4569072 or 1067194. OLE color: 1067194.

HSL color Cylindrical-coordinate representation of color #BA4810: hue angle of 19.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA4810 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 16 -
CMYK 0 0.61 0.91 0.27
HSL 19.76º 0.84% 0.4% -
HSV(B) 19.76º 0.91% 0.73% -
XYZ 22.66 15.11 2.21 -
YUV 99.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 186 72 16 0 0.61 0.91 0.27 19.76 0.84 0.4
Hex BA 48 10 0 3D 5B 1B 14 54 28
Octal 272 110 20 0 75 133 33 24 124 50
Binary 10111010 1001000 10000 0 111101 1011011 11011 10100 1010100 101000

Color Harmonies of #BA4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4810

Black with #BA4810

Text Example


Text Example

White with #BA4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4810; }

 p { color: rgb(186,72,16); }

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

background-color css

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

 a { background-color: rgb(186,72,16); }

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

border-color css

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

 span { border-color: rgb(186,72,16); }

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