Html Css Color HEX #BA0215 Venetian Red

📋 copy color: '#BA0215'

red 186 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #BA0215

Tints of Venetian Red #BA0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 89%
G = 0.96%
B = 10.05%

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

#BA0215 (or 0xBA0215) is known color: Venetian Red. HEX triplet: BA, 02 and 15. RGB value is (186,2,21). Sum of RGB (Red+Green+Blue) = 186+2+21=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0215 is #45FDEA. Grayscale: #3B3B3B. Windows color (decimal): -4586987 or 1376954. OLE color: 1376954.

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

Color convert

RGB 186 2 21 -
CMYK 0 0.99 0.89 0.27
HSL 353.8º 0.98% 0.37% -
HSV(B) 353.8º 0.99% 0.73% -
XYZ 20.41 10.54 1.67 -
YUV 59.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 186 2 21 0 0.99 0.89 0.27 353.8 0.98 0.37
Hex BA 2 15 0 63 59 1B 162 62 25
Octal 272 2 25 0 143 131 33 542 142 45
Binary 10111010 10 10101 0 1100011 1011001 11011 101100010 1100010 100101

Color Harmonies of #BA0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0215

Black with #BA0215

Text Example


Text Example

White with #BA0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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