Html Css Color HEX #BA3C19 Rust

📋 copy color: '#BA3C19'

red 186 ◦ green 60 ◦ blue 25

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

Shades of Rust #BA3C19

Tints of Rust #BA3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 68.63%
G = 22.14%
B = 9.23%

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

#BA3C19 (or 0xBA3C19) is known color: Rust. HEX triplet: BA, 3C and 19. RGB value is (186,60,25). Sum of RGB (Red+Green+Blue) = 186+60+25=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C19 is #45C3E6. Grayscale: #5D5D5D. Windows color (decimal): -4572135 or 1653946. OLE color: 1653946.

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

Color convert

RGB 186 60 25 -
CMYK 0 0.68 0.87 0.27
HSL 13.04º 0.76% 0.41% -
HSV(B) 13.04º 0.87% 0.73% -
XYZ 22.04 13.74 2.41 -
YUV 93.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 186 60 25 0 0.68 0.87 0.27 13.04 0.76 0.41
Hex BA 3C 19 0 44 57 1B D 4C 29
Octal 272 74 31 0 104 127 33 15 114 51
Binary 10111010 111100 11001 0 1000100 1010111 11011 1101 1001100 101001

Color Harmonies of #BA3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C19

Black with #BA3C19

Text Example


Text Example

White with #BA3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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