Html Css Color HEX #BA0615 Venetian Red

📋 copy color: '#BA0615'

red 186 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #BA0615

Tints of Venetian Red #BA0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 87.32%
G = 2.82%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0615 (or 0xBA0615) is known color: Venetian Red. HEX triplet: BA, 06 and 15. RGB value is (186,6,21). Sum of RGB (Red+Green+Blue) = 186+6+21=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0615 is #45F9EA. Grayscale: #3D3D3D. Windows color (decimal): -4585963 or 1377978. OLE color: 1377978.

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

Color convert

RGB 186 6 21 -
CMYK 0 0.97 0.89 0.27
HSL 355º 0.94% 0.38% -
HSV(B) 355º 0.97% 0.73% -
XYZ 20.45 10.62 1.68 -
YUV 61.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 186 6 21 0 0.97 0.89 0.27 355 0.94 0.38
Hex BA 6 15 0 61 59 1B 163 5E 26
Octal 272 6 25 0 141 131 33 543 136 46
Binary 10111010 110 10101 0 1100001 1011001 11011 101100011 1011110 100110

Color Harmonies of #BA0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0615

Black with #BA0615

Text Example


Text Example

White with #BA0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0615; }

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

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

background-color css

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

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

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

border-color css

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

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

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