Html Css Color HEX #BA1215 Venetian Red

📋 copy color: '#BA1215'

red 186 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #BA1215

Tints of Venetian Red #BA1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 82.67%
G = 8%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1215 (or 0xBA1215) is known color: Venetian Red. HEX triplet: BA, 12 and 15. RGB value is (186,18,21). Sum of RGB (Red+Green+Blue) = 186+18+21=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1215 is #45EDEA. Grayscale: #444444. Windows color (decimal): -4582891 or 1381050. OLE color: 1381050.

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

Color convert

RGB 186 18 21 -
CMYK 0 0.90 0.89 0.27
HSL 358.93º 0.82% 0.4% -
HSV(B) 358.93º 0.9% 0.73% -
XYZ 20.6 10.93 1.73 -
YUV 68.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 186 18 21 0 0.90 0.89 0.27 358.93 0.82 0.4
Hex BA 12 15 0 5A 59 1B 167 52 28
Octal 272 22 25 0 132 131 33 547 122 50
Binary 10111010 10010 10101 0 1011010 1011001 11011 101100111 1010010 101000

Color Harmonies of #BA1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1215

Black with #BA1215

Text Example


Text Example

White with #BA1215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1215; }

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

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

background-color css

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

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

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

border-color css

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

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

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