Html Css Color HEX #BA1012 Venetian Red

📋 copy color: '#BA1012'

red 186 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #BA1012

Tints of Venetian Red #BA1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 84.55%
G = 7.27%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1012 (or 0xBA1012) is known color: Venetian Red. HEX triplet: BA, 10 and 12. RGB value is (186,16,18). Sum of RGB (Red+Green+Blue) = 186+16+18=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1012 is #45EFED. Grayscale: #434343. Windows color (decimal): -4583406 or 1183930. OLE color: 1183930.

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

Color convert

RGB 186 16 18 -
CMYK 0 0.91 0.90 0.27
HSL 359.29º 0.84% 0.4% -
HSV(B) 359.29º 0.91% 0.73% -
XYZ 20.54 10.85 1.58 -
YUV 67.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 186 16 18 0 0.91 0.90 0.27 359.29 0.84 0.4
Hex BA 10 12 0 5B 5A 1B 167 54 28
Octal 272 20 22 0 133 132 33 547 124 50
Binary 10111010 10000 10010 0 1011011 1011010 11011 101100111 1010100 101000

Color Harmonies of #BA1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1012

Black with #BA1012

Text Example


Text Example

White with #BA1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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