Html Css Color HEX #BA5415 Rust

📋 copy color: '#BA5415'

red 186 ◦ green 84 ◦ blue 21

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

Shades of Rust #BA5415

Tints of Rust #BA5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 63.92%
G = 28.87%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5415 (or 0xBA5415) is known color: Rust. HEX triplet: BA, 54 and 15. RGB value is (186,84,21). Sum of RGB (Red+Green+Blue) = 186+84+21=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5415 is #45ABEA. Grayscale: #6B6B6B. Windows color (decimal): -4565995 or 1397946. OLE color: 1397946.

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

Color convert

RGB 186 84 21 -
CMYK 0 0.55 0.89 0.27
HSL 22.91º 0.8% 0.41% -
HSV(B) 22.91º 0.89% 0.73% -
XYZ 23.56 16.83 2.72 -
YUV 107.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 186 84 21 0 0.55 0.89 0.27 22.91 0.8 0.41
Hex BA 54 15 0 37 59 1B 17 50 29
Octal 272 124 25 0 67 131 33 27 120 51
Binary 10111010 1010100 10101 0 110111 1011001 11011 10111 1010000 101001

Color Harmonies of #BA5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5415

Black with #BA5415

Text Example


Text Example

White with #BA5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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