Html Css Color HEX #BA4219 Rust

📋 copy color: '#BA4219'

red 186 ◦ green 66 ◦ blue 25

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

Shades of Rust #BA4219

Tints of Rust #BA4219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 67.15%
G = 23.83%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4219 (or 0xBA4219) is known color: Rust. HEX triplet: BA, 42 and 19. RGB value is (186,66,25). Sum of RGB (Red+Green+Blue) = 186+66+25=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4219 is #45BDE6. Grayscale: #616161. Windows color (decimal): -4570599 or 1655482. OLE color: 1655482.

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

Color convert

RGB 186 66 25 -
CMYK 0 0.65 0.87 0.27
HSL 15.28º 0.76% 0.41% -
HSV(B) 15.28º 0.87% 0.73% -
XYZ 22.37 14.41 2.52 -
YUV 97.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 186 66 25 0 0.65 0.87 0.27 15.28 0.76 0.41
Hex BA 42 19 0 41 57 1B F 4C 29
Octal 272 102 31 0 101 127 33 17 114 51
Binary 10111010 1000010 11001 0 1000001 1010111 11011 1111 1001100 101001

Color Harmonies of #BA4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4219

Black with #BA4219

Text Example


Text Example

White with #BA4219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4219; }

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

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

background-color css

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

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

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

border-color css

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

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

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