Html Css Color HEX #BA0115 Venetian Red

📋 copy color: '#BA0115'

red 186 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #BA0115

Tints of Venetian Red #BA0115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 89.42%
G = 0.48%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0115 (or 0xBA0115) is known color: Venetian Red. HEX triplet: BA, 01 and 15. RGB value is (186,1,21). Sum of RGB (Red+Green+Blue) = 186+1+21=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0115 is #45FEEA. Grayscale: #3A3A3A. Windows color (decimal): -4587243 or 1376698. OLE color: 1376698.

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

Color convert

RGB 186 1 21 -
CMYK 0 0.99 0.89 0.27
HSL 353.51º 0.99% 0.37% -
HSV(B) 353.51º 0.99% 0.73% -
XYZ 20.4 10.51 1.66 -
YUV 58.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 186 1 21 0 0.99 0.89 0.27 353.51 0.99 0.37
Hex BA 1 15 0 63 59 1B 162 63 25
Octal 272 1 25 0 143 131 33 542 143 45
Binary 10111010 1 10101 0 1100011 1011001 11011 101100010 1100011 100101

Color Harmonies of #BA0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0115

Black with #BA0115

Text Example


Text Example

White with #BA0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0115; }

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

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

background-color css

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

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

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

border-color css

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

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

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