Html Css Color HEX #BA4A18 Rust

📋 copy color: '#BA4A18'

red 186 ◦ green 74 ◦ blue 24

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

Shades of Rust #BA4A18

Tints of Rust #BA4A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 65.49%
G = 26.06%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4A18 (or 0xBA4A18) is known color: Rust. HEX triplet: BA, 4A and 18. RGB value is (186,74,24). Sum of RGB (Red+Green+Blue) = 186+74+24=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A18 is #45B5E7. Grayscale: #666666. Windows color (decimal): -4568552 or 1591994. OLE color: 1591994.

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

Color convert

RGB 186 74 24 -
CMYK 0 0.60 0.87 0.27
HSL 18.52º 0.77% 0.41% -
HSV(B) 18.52º 0.87% 0.73% -
XYZ 22.86 15.4 2.63 -
YUV 101.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 186 74 24 0 0.60 0.87 0.27 18.52 0.77 0.41
Hex BA 4A 18 0 3C 57 1B 13 4D 29
Octal 272 112 30 0 74 127 33 23 115 51
Binary 10111010 1001010 11000 0 111100 1010111 11011 10011 1001101 101001

Color Harmonies of #BA4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A18

Black with #BA4A18

Text Example


Text Example

White with #BA4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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