Html Css Color HEX #BA4819 Rust

📋 copy color: '#BA4819'

red 186 ◦ green 72 ◦ blue 25

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

Shades of Rust #BA4819

Tints of Rust #BA4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 65.72%
G = 25.44%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4819 (or 0xBA4819) is known color: Rust. HEX triplet: BA, 48 and 19. RGB value is (186,72,25). Sum of RGB (Red+Green+Blue) = 186+72+25=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4819 is #45B7E6. Grayscale: #656565. Windows color (decimal): -4569063 or 1657018. OLE color: 1657018.

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

Color convert

RGB 186 72 25 -
CMYK 0 0.61 0.87 0.27
HSL 17.52º 0.76% 0.41% -
HSV(B) 17.52º 0.87% 0.73% -
XYZ 22.74 15.14 2.64 -
YUV 100.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 186 72 25 0 0.61 0.87 0.27 17.52 0.76 0.41
Hex BA 48 19 0 3D 57 1B 12 4C 29
Octal 272 110 31 0 75 127 33 22 114 51
Binary 10111010 1001000 11001 0 111101 1010111 11011 10010 1001100 101001

Color Harmonies of #BA4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4819

Black with #BA4819

Text Example


Text Example

White with #BA4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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