Html Css Color HEX #BA0C14 Venetian Red

📋 copy color: '#BA0C14'

red 186 ◦ green 12 ◦ blue 20

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

Shades of Venetian Red #BA0C14

Tints of Venetian Red #BA0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

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

R = 85.32%
G = 5.5%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0C14 (or 0xBA0C14) is known color: Venetian Red. HEX triplet: BA, 0C and 14. RGB value is (186,12,20). Sum of RGB (Red+Green+Blue) = 186+12+20=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0C14 is #45F3EB. Grayscale: #414141. Windows color (decimal): -4584428 or 1313978. OLE color: 1313978.

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

Color convert

RGB 186 12 20 -
CMYK 0 0.94 0.89 0.27
HSL 357.24º 0.88% 0.39% -
HSV(B) 357.24º 0.94% 0.73% -
XYZ 20.51 10.75 1.66 -
YUV 64.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 186 12 20 0 0.94 0.89 0.27 357.24 0.88 0.39
Hex BA C 14 0 5E 59 1B 165 58 27
Octal 272 14 24 0 136 131 33 545 130 47
Binary 10111010 1100 10100 0 1011110 1011001 11011 101100101 1011000 100111

Color Harmonies of #BA0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C14

Black with #BA0C14

Text Example


Text Example

White with #BA0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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