Html Css Color HEX #BA4518 Rust

📋 copy color: '#BA4518'

red 186 ◦ green 69 ◦ blue 24

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

Shades of Rust #BA4518

Tints of Rust #BA4518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 66.67%
G = 24.73%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4518 (or 0xBA4518) is known color: Rust. HEX triplet: BA, 45 and 18. RGB value is (186,69,24). Sum of RGB (Red+Green+Blue) = 186+69+24=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4518 is #45BAE7. Grayscale: #636363. Windows color (decimal): -4569832 or 1590714. OLE color: 1590714.

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

Color convert

RGB 186 69 24 -
CMYK 0 0.63 0.87 0.27
HSL 16.67º 0.77% 0.41% -
HSV(B) 16.67º 0.87% 0.73% -
XYZ 22.54 14.76 2.53 -
YUV 98.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 186 69 24 0 0.63 0.87 0.27 16.67 0.77 0.41
Hex BA 45 18 0 3F 57 1B 11 4D 29
Octal 272 105 30 0 77 127 33 21 115 51
Binary 10111010 1000101 11000 0 111111 1010111 11011 10001 1001101 101001

Color Harmonies of #BA4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4518

Black with #BA4518

Text Example


Text Example

White with #BA4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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