Html Css Color HEX #BA3A19 Rust

📋 copy color: '#BA3A19'

red 186 ◦ green 58 ◦ blue 25

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

Shades of Rust #BA3A19

Tints of Rust #BA3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

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

R = 69.14%
G = 21.56%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3A19 (or 0xBA3A19) is known color: Rust. HEX triplet: BA, 3A and 19. RGB value is (186,58,25). Sum of RGB (Red+Green+Blue) = 186+58+25=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A19 is #45C5E6. Grayscale: #5C5C5C. Windows color (decimal): -4572647 or 1653434. OLE color: 1653434.

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

Color convert

RGB 186 58 25 -
CMYK 0 0.69 0.87 0.27
HSL 12.3º 0.76% 0.41% -
HSV(B) 12.3º 0.87% 0.73% -
XYZ 21.94 13.54 2.38 -
YUV 92.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 186 58 25 0 0.69 0.87 0.27 12.3 0.76 0.41
Hex BA 3A 19 0 45 57 1B C 4C 29
Octal 272 72 31 0 105 127 33 14 114 51
Binary 10111010 111010 11001 0 1000101 1010111 11011 1100 1001100 101001

Color Harmonies of #BA3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A19

Black with #BA3A19

Text Example


Text Example

White with #BA3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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