Html Css Color HEX #BA4216 Rust

📋 copy color: '#BA4216'

red 186 ◦ green 66 ◦ blue 22

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

Shades of Rust #BA4216

Tints of Rust #BA4216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 67.88%
G = 24.09%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4216 (or 0xBA4216) is known color: Rust. HEX triplet: BA, 42 and 16. RGB value is (186,66,22). Sum of RGB (Red+Green+Blue) = 186+66+22=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4216 is #45BDE9. Grayscale: #616161. Windows color (decimal): -4570602 or 1458874. OLE color: 1458874.

HSL color Cylindrical-coordinate representation of color #BA4216: hue angle of 16.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4216 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 22 -
CMYK 0 0.65 0.88 0.27
HSL 16.1º 0.79% 0.41% -
HSV(B) 16.1º 0.88% 0.73% -
XYZ 22.34 14.39 2.36 -
YUV 96.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 186 66 22 0 0.65 0.88 0.27 16.1 0.79 0.41
Hex BA 42 16 0 41 58 1B 10 4F 29
Octal 272 102 26 0 101 130 33 20 117 51
Binary 10111010 1000010 10110 0 1000001 1011000 11011 10000 1001111 101001

Color Harmonies of #BA4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4216

Black with #BA4216

Text Example


Text Example

White with #BA4216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4216; }

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

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

background-color css

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

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

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

border-color css

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

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

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