Html Css Color HEX #BA1216 Venetian Red

📋 copy color: '#BA1216'

red 186 ◦ green 18 ◦ blue 22

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

Shades of Venetian Red #BA1216

Tints of Venetian Red #BA1216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 82.3%
G = 7.96%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1216 (or 0xBA1216) is known color: Venetian Red. HEX triplet: BA, 12 and 16. RGB value is (186,18,22). Sum of RGB (Red+Green+Blue) = 186+18+22=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1216 is #45EDE9. Grayscale: #444444. Windows color (decimal): -4582890 or 1446586. OLE color: 1446586.

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

Color convert

RGB 186 18 22 -
CMYK 0 0.90 0.88 0.27
HSL 358.57º 0.82% 0.4% -
HSV(B) 358.57º 0.9% 0.73% -
XYZ 20.61 10.93 1.78 -
YUV 68.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 186 18 22 0 0.90 0.88 0.27 358.57 0.82 0.4
Hex BA 12 16 0 5A 58 1B 167 52 28
Octal 272 22 26 0 132 130 33 547 122 50
Binary 10111010 10010 10110 0 1011010 1011000 11011 101100111 1010010 101000

Color Harmonies of #BA1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1216

Black with #BA1216

Text Example


Text Example

White with #BA1216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1216; }

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

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

background-color css

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

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

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

border-color css

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

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

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