Html Css Color HEX #BA4215 Rust

📋 copy color: '#BA4215'

red 186 ◦ green 66 ◦ blue 21

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

Shades of Rust #BA4215

Tints of Rust #BA4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 68.13%
G = 24.18%
B = 7.69%

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

#BA4215 (or 0xBA4215) is known color: Rust. HEX triplet: BA, 42 and 15. RGB value is (186,66,21). Sum of RGB (Red+Green+Blue) = 186+66+21=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4215 is #45BDEA. Grayscale: #616161. Windows color (decimal): -4570603 or 1393338. OLE color: 1393338.

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

Color convert

RGB 186 66 21 -
CMYK 0 0.65 0.89 0.27
HSL 16.36º 0.8% 0.41% -
HSV(B) 16.36º 0.89% 0.73% -
XYZ 22.33 14.39 2.31 -
YUV 96.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 186 66 21 0 0.65 0.89 0.27 16.36 0.8 0.41
Hex BA 42 15 0 41 59 1B 10 50 29
Octal 272 102 25 0 101 131 33 20 120 51
Binary 10111010 1000010 10101 0 1000001 1011001 11011 10000 1010000 101001

Color Harmonies of #BA4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4215

Black with #BA4215

Text Example


Text Example

White with #BA4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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