Html Css Color HEX #BA1516 Venetian Red

📋 copy color: '#BA1516'

red 186 ◦ green 21 ◦ blue 22

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

Shades of Venetian Red #BA1516

Tints of Venetian Red #BA1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 81.22%
G = 9.17%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1516 (or 0xBA1516) is known color: Venetian Red. HEX triplet: BA, 15 and 16. RGB value is (186,21,22). Sum of RGB (Red+Green+Blue) = 186+21+22=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1516 is #45EAE9. Grayscale: #464646. Windows color (decimal): -4582122 or 1447354. OLE color: 1447354.

HSL color Cylindrical-coordinate representation of color #BA1516: hue angle of 359.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1516 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 22 -
CMYK 0 0.89 0.88 0.27
HSL 359.64º 0.8% 0.41% -
HSV(B) 359.64º 0.89% 0.73% -
XYZ 20.66 11.03 1.8 -
YUV 70.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 186 21 22 0 0.89 0.88 0.27 359.64 0.8 0.41
Hex BA 15 16 0 59 58 1B 168 50 29
Octal 272 25 26 0 131 130 33 550 120 51
Binary 10111010 10101 10110 0 1011001 1011000 11011 101101000 1010000 101001

Color Harmonies of #BA1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1516

Black with #BA1516

Text Example


Text Example

White with #BA1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1516; }

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

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

background-color css

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

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

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

border-color css

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

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

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