Html Css Color HEX #BA4A15 Rust

📋 copy color: '#BA4A15'

red 186 ◦ green 74 ◦ blue 21

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

Shades of Rust #BA4A15

Tints of Rust #BA4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 66.19%
G = 26.33%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4A15 (or 0xBA4A15) is known color: Rust. HEX triplet: BA, 4A and 15. RGB value is (186,74,21). Sum of RGB (Red+Green+Blue) = 186+74+21=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A15 is #45B5EA. Grayscale: #656565. Windows color (decimal): -4568555 or 1395386. OLE color: 1395386.

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

Color convert

RGB 186 74 21 -
CMYK 0 0.60 0.89 0.27
HSL 19.27º 0.8% 0.41% -
HSV(B) 19.27º 0.89% 0.73% -
XYZ 22.83 15.39 2.48 -
YUV 101.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 186 74 21 0 0.60 0.89 0.27 19.27 0.8 0.41
Hex BA 4A 15 0 3C 59 1B 13 50 29
Octal 272 112 25 0 74 131 33 23 120 51
Binary 10111010 1001010 10101 0 111100 1011001 11011 10011 1010000 101001

Color Harmonies of #BA4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A15

Black with #BA4A15

Text Example


Text Example

White with #BA4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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