Html Css Color HEX #BA0015 Venetian Red

📋 copy color: '#BA0015'

red 186 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #BA0015

Tints of Venetian Red #BA0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.86%
G = 0%
B = 10.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0015 (or 0xBA0015) is known color: Venetian Red. HEX triplet: BA, 00 and 15. RGB value is (186,0,21). Sum of RGB (Red+Green+Blue) = 186+0+21=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0015 is #45FFEA. Grayscale: #3A3A3A. Windows color (decimal): -4587499 or 1376442. OLE color: 1376442.

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

Color convert

RGB 186 0 21 -
CMYK 0 1 0.89 0.27
HSL 353.23º 1% 0.36% -
HSV(B) 353.23º 1% 0.73% -
XYZ 20.39 10.49 1.66 -
YUV 58.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 186 0 21 0 1 0.89 0.27 353.23 1 0.36
Hex BA 0 15 0 64 59 1B 161 64 24
Octal 272 0 25 0 144 131 33 541 144 44
Binary 10111010 0 10101 0 1100100 1011001 11011 101100001 1100100 100100

Color Harmonies of #BA0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0015

Black with #BA0015

Text Example


Text Example

White with #BA0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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