Html Css Color HEX #BA0E12 Venetian Red

📋 copy color: '#BA0E12'

red 186 ◦ green 14 ◦ blue 18

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

Shades of Venetian Red #BA0E12

Tints of Venetian Red #BA0E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

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

R = 85.32%
G = 6.42%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0E12 (or 0xBA0E12) is known color: Venetian Red. HEX triplet: BA, 0E and 12. RGB value is (186,14,18). Sum of RGB (Red+Green+Blue) = 186+14+18=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0E12 is #45F1ED. Grayscale: #424242. Windows color (decimal): -4583918 or 1183418. OLE color: 1183418.

HSL color Cylindrical-coordinate representation of color #BA0E12: hue angle of 358.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 14 18 -
CMYK 0 0.92 0.90 0.27
HSL 358.6º 0.86% 0.39% -
HSV(B) 358.6º 0.92% 0.73% -
XYZ 20.52 10.8 1.57 -
YUV 65.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 186 14 18 0 0.92 0.90 0.27 358.6 0.86 0.39
Hex BA E 12 0 5C 5A 1B 167 56 27
Octal 272 16 22 0 134 132 33 547 126 47
Binary 10111010 1110 10010 0 1011100 1011010 11011 101100111 1010110 100111

Color Harmonies of #BA0E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E12

Black with #BA0E12

Text Example


Text Example

White with #BA0E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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