Html Css Color HEX #BA4C17 Rust

📋 copy color: '#BA4C17'

red 186 ◦ green 76 ◦ blue 23

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

Shades of Rust #BA4C17

Tints of Rust #BA4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 65.26%
G = 26.67%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4C17 (or 0xBA4C17) is known color: Rust. HEX triplet: BA, 4C and 17. RGB value is (186,76,23). Sum of RGB (Red+Green+Blue) = 186+76+23=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4C17 is #45B3E8. Grayscale: #676767. Windows color (decimal): -4568041 or 1526970. OLE color: 1526970.

HSL color Cylindrical-coordinate representation of color #BA4C17: hue angle of 19.51º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4C17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 23 -
CMYK 0 0.59 0.88 0.27
HSL 19.51º 0.78% 0.41% -
HSV(B) 19.51º 0.88% 0.73% -
XYZ 22.99 15.67 2.62 -
YUV 102.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 186 76 23 0 0.59 0.88 0.27 19.51 0.78 0.41
Hex BA 4C 17 0 3B 58 1B 14 4E 29
Octal 272 114 27 0 73 130 33 24 116 51
Binary 10111010 1001100 10111 0 111011 1011000 11011 10100 1001110 101001

Color Harmonies of #BA4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C17

Black with #BA4C17

Text Example


Text Example

White with #BA4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C17; }

 p { color: rgb(186,76,23); }

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

background-color css

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

 a { background-color: rgb(186,76,23); }

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

border-color css

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

 span { border-color: rgb(186,76,23); }

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