Html Css Color HEX #BC1314 Venetian Red

📋 copy color: '#BC1314'

red 188 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #BC1314

Tints of Venetian Red #BC1314

RGB

 RED value IS 188 (73.83% from 255) = 82.82%

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 82.82%
G = 8.37%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1314 (or 0xBC1314) is known color: Venetian Red. HEX triplet: BC, 13 and 14. RGB value is (188,19,20). Sum of RGB (Red+Green+Blue) = 188+19+20=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1314 is #43ECEB. Grayscale: #454545. Windows color (decimal): -4451564 or 1315772. OLE color: 1315772.

HSL color Cylindrical-coordinate representation of color #BC1314: hue angle of 359.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1314 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 20 -
CMYK 0 0.90 0.89 0.26
HSL 359.65º 0.82% 0.41% -
HSV(B) 359.65º 0.9% 0.74% -
XYZ 21.1 11.21 1.71 -
YUV 69.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 188 19 20 0 0.90 0.89 0.26 359.65 0.82 0.41
Hex BC 13 14 0 5A 59 1A 168 52 29
Octal 274 23 24 0 132 131 32 550 122 51
Binary 10111100 10011 10100 0 1011010 1011001 11010 101101000 1010010 101001

Color Harmonies of #BC1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1314

Black with #BC1314

Text Example


Text Example

White with #BC1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1314; }

 p { color: rgb(188,19,20); }

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

background-color css

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

 a { background-color: rgb(188,19,20); }

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

border-color css

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

 span { border-color: rgb(188,19,20); }

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