Html Css Color HEX #BA0116 Venetian Red

📋 copy color: '#BA0116'

red 186 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #BA0116

Tints of Venetian Red #BA0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 89%
G = 0.48%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0116 (or 0xBA0116) is known color: Venetian Red. HEX triplet: BA, 01 and 16. RGB value is (186,1,22). Sum of RGB (Red+Green+Blue) = 186+1+22=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0116 is #45FEE9. Grayscale: #3A3A3A. Windows color (decimal): -4587242 or 1442234. OLE color: 1442234.

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

Color convert

RGB 186 1 22 -
CMYK 0 0.99 0.88 0.27
HSL 353.19º 0.99% 0.37% -
HSV(B) 353.19º 0.99% 0.73% -
XYZ 20.41 10.52 1.71 -
YUV 58.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 186 1 22 0 0.99 0.88 0.27 353.19 0.99 0.37
Hex BA 1 16 0 63 58 1B 161 63 25
Octal 272 1 26 0 143 130 33 541 143 45
Binary 10111010 1 10110 0 1100011 1011000 11011 101100001 1100011 100101

Color Harmonies of #BA0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0116

Black with #BA0116

Text Example


Text Example

White with #BA0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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