Html Css Color HEX #BA4817 Rust

📋 copy color: '#BA4817'

red 186 ◦ green 72 ◦ blue 23

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

Shades of Rust #BA4817

Tints of Rust #BA4817

RGB

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

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

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

R = 66.19%
G = 25.62%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4817 (or 0xBA4817) is known color: Rust. HEX triplet: BA, 48 and 17. RGB value is (186,72,23). Sum of RGB (Red+Green+Blue) = 186+72+23=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4817 is #45B7E8. Grayscale: #646464. Windows color (decimal): -4569065 or 1525946. OLE color: 1525946.

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

Color convert

RGB 186 72 23 -
CMYK 0 0.61 0.88 0.27
HSL 18.04º 0.78% 0.41% -
HSV(B) 18.04º 0.88% 0.73% -
XYZ 22.72 15.14 2.53 -
YUV 100.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 186 72 23 0 0.61 0.88 0.27 18.04 0.78 0.41
Hex BA 48 17 0 3D 58 1B 12 4E 29
Octal 272 110 27 0 75 130 33 22 116 51
Binary 10111010 1001000 10111 0 111101 1011000 11011 10010 1001110 101001

Color Harmonies of #BA4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4817

Black with #BA4817

Text Example


Text Example

White with #BA4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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