Html Css Color HEX #BA4E18 Rust

📋 copy color: '#BA4E18'

red 186 ◦ green 78 ◦ blue 24

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

Shades of Rust #BA4E18

Tints of Rust #BA4E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 64.58%
G = 27.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4E18 (or 0xBA4E18) is known color: Rust. HEX triplet: BA, 4E and 18. RGB value is (186,78,24). Sum of RGB (Red+Green+Blue) = 186+78+24=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E18 is #45B1E7. Grayscale: #686868. Windows color (decimal): -4567528 or 1593018. OLE color: 1593018.

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

Color convert

RGB 186 78 24 -
CMYK 0 0.58 0.87 0.27
HSL 20º 0.77% 0.41% -
HSV(B) 20º 0.87% 0.73% -
XYZ 23.14 15.95 2.72 -
YUV 104.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 186 78 24 0 0.58 0.87 0.27 20 0.77 0.41
Hex BA 4E 18 0 3A 57 1B 14 4D 29
Octal 272 116 30 0 72 127 33 24 115 51
Binary 10111010 1001110 11000 0 111010 1010111 11011 10100 1001101 101001

Color Harmonies of #BA4E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E18

Black with #BA4E18

Text Example


Text Example

White with #BA4E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E18; }

 p { color: rgb(186,78,24); }

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

background-color css

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

 a { background-color: rgb(186,78,24); }

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

border-color css

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

 span { border-color: rgb(186,78,24); }

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