Html Css Color HEX #BA4619 Rust

📋 copy color: '#BA4619'

red 186 ◦ green 70 ◦ blue 25

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

Shades of Rust #BA4619

Tints of Rust #BA4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 66.19%
G = 24.91%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4619 (or 0xBA4619) is known color: Rust. HEX triplet: BA, 46 and 19. RGB value is (186,70,25). Sum of RGB (Red+Green+Blue) = 186+70+25=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4619 is #45B9E6. Grayscale: #636363. Windows color (decimal): -4569575 or 1656506. OLE color: 1656506.

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

Color convert

RGB 186 70 25 -
CMYK 0 0.62 0.87 0.27
HSL 16.77º 0.76% 0.41% -
HSV(B) 16.77º 0.87% 0.73% -
XYZ 22.62 14.89 2.6 -
YUV 99.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 186 70 25 0 0.62 0.87 0.27 16.77 0.76 0.41
Hex BA 46 19 0 3E 57 1B 11 4C 29
Octal 272 106 31 0 76 127 33 21 114 51
Binary 10111010 1000110 11001 0 111110 1010111 11011 10001 1001100 101001

Color Harmonies of #BA4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4619

Black with #BA4619

Text Example


Text Example

White with #BA4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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