Html Css Color HEX #BA3B19 Rust

📋 copy color: '#BA3B19'

red 186 ◦ green 59 ◦ blue 25

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

Shades of Rust #BA3B19

Tints of Rust #BA3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 68.89%
G = 21.85%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3B19 (or 0xBA3B19) is known color: Rust. HEX triplet: BA, 3B and 19. RGB value is (186,59,25). Sum of RGB (Red+Green+Blue) = 186+59+25=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B19 is #45C4E6. Grayscale: #5D5D5D. Windows color (decimal): -4572391 or 1653690. OLE color: 1653690.

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

Color convert

RGB 186 59 25 -
CMYK 0 0.68 0.87 0.27
HSL 12.67º 0.76% 0.41% -
HSV(B) 12.67º 0.87% 0.73% -
XYZ 21.99 13.64 2.39 -
YUV 93.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 186 59 25 0 0.68 0.87 0.27 12.67 0.76 0.41
Hex BA 3B 19 0 44 57 1B D 4C 29
Octal 272 73 31 0 104 127 33 15 114 51
Binary 10111010 111011 11001 0 1000100 1010111 11011 1101 1001100 101001

Color Harmonies of #BA3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B19

Black with #BA3B19

Text Example


Text Example

White with #BA3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B19; }

 p { color: rgb(186,59,25); }

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

background-color css

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

 a { background-color: rgb(186,59,25); }

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

border-color css

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

 span { border-color: rgb(186,59,25); }

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