Html Css Color HEX #BA3916 Rust

📋 copy color: '#BA3916'

red 186 ◦ green 57 ◦ blue 22

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

Shades of Rust #BA3916

Tints of Rust #BA3916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 70.19%
G = 21.51%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3916 (or 0xBA3916) is known color: Rust. HEX triplet: BA, 39 and 16. RGB value is (186,57,22). Sum of RGB (Red+Green+Blue) = 186+57+22=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3916 is #45C6E9. Grayscale: #5B5B5B. Windows color (decimal): -4572906 or 1456570. OLE color: 1456570.

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

Color convert

RGB 186 57 22 -
CMYK 0 0.69 0.88 0.27
HSL 12.8º 0.79% 0.41% -
HSV(B) 12.8º 0.88% 0.73% -
XYZ 21.86 13.42 2.2 -
YUV 91.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 186 57 22 0 0.69 0.88 0.27 12.8 0.79 0.41
Hex BA 39 16 0 45 58 1B D 4F 29
Octal 272 71 26 0 105 130 33 15 117 51
Binary 10111010 111001 10110 0 1000101 1011000 11011 1101 1001111 101001

Color Harmonies of #BA3916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3916

Black with #BA3916

Text Example


Text Example

White with #BA3916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3916; }

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

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

background-color css

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

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

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

border-color css

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

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

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