Html Css Color HEX #BA5816 Rust

📋 copy color: '#BA5816'

red 186 ◦ green 88 ◦ blue 22

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

Shades of Rust #BA5816

Tints of Rust #BA5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 62.84%
G = 29.73%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5816 (or 0xBA5816) is known color: Rust. HEX triplet: BA, 58 and 16. RGB value is (186,88,22). Sum of RGB (Red+Green+Blue) = 186+88+22=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5816 is #45A7E9. Grayscale: #6E6E6E. Windows color (decimal): -4564970 or 1464506. OLE color: 1464506.

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

Color convert

RGB 186 88 22 -
CMYK 0 0.53 0.88 0.27
HSL 24.15º 0.79% 0.41% -
HSV(B) 24.15º 0.88% 0.73% -
XYZ 23.88 17.48 2.87 -
YUV 109.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 186 88 22 0 0.53 0.88 0.27 24.15 0.79 0.41
Hex BA 58 16 0 35 58 1B 18 4F 29
Octal 272 130 26 0 65 130 33 30 117 51
Binary 10111010 1011000 10110 0 110101 1011000 11011 11000 1001111 101001

Color Harmonies of #BA5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5816

Black with #BA5816

Text Example


Text Example

White with #BA5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5816; }

 p { color: rgb(186,88,22); }

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

background-color css

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

 a { background-color: rgb(186,88,22); }

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

border-color css

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

 span { border-color: rgb(186,88,22); }

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