Html Css Color HEX #BA1014 Venetian Red

📋 copy color: '#BA1014'

red 186 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #BA1014

Tints of Venetian Red #BA1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 83.78%
G = 7.21%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1014 (or 0xBA1014) is known color: Venetian Red. HEX triplet: BA, 10 and 14. RGB value is (186,16,20). Sum of RGB (Red+Green+Blue) = 186+16+20=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1014 is #45EFEB. Grayscale: #434343. Windows color (decimal): -4583404 or 1315002. OLE color: 1315002.

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

Color convert

RGB 186 16 20 -
CMYK 0 0.91 0.89 0.27
HSL 358.59º 0.84% 0.4% -
HSV(B) 358.59º 0.91% 0.73% -
XYZ 20.56 10.86 1.67 -
YUV 67.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 186 16 20 0 0.91 0.89 0.27 358.59 0.84 0.4
Hex BA 10 14 0 5B 59 1B 167 54 28
Octal 272 20 24 0 133 131 33 547 124 50
Binary 10111010 10000 10100 0 1011011 1011001 11011 101100111 1010100 101000

Color Harmonies of #BA1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1014

Black with #BA1014

Text Example


Text Example

White with #BA1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1014; }

 p { color: rgb(186,16,20); }

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

background-color css

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

 a { background-color: rgb(186,16,20); }

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

border-color css

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

 span { border-color: rgb(186,16,20); }

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