Html Css Color HEX #BC0E0F Venetian Red

📋 copy color: '#BC0E0F'

red 188 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #BC0E0F

Tints of Venetian Red #BC0E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 86.64%
G = 6.45%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC0E0F (or 0xBC0E0F) is known color: Venetian Red. HEX triplet: BC, 0E and 0F. RGB value is (188,14,15). Sum of RGB (Red+Green+Blue) = 188+14+15=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0E0F is #43F1F0. Grayscale: #424242. Windows color (decimal): -4452849 or 986812. OLE color: 986812.

HSL color Cylindrical-coordinate representation of color #BC0E0F: hue angle of 359.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E0F is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 15 -
CMYK 0 0.93 0.92 0.26
HSL 359.66º 0.86% 0.4% -
HSV(B) 359.66º 0.93% 0.74% -
XYZ 20.98 11.04 1.48 -
YUV 66.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 188 14 15 0 0.93 0.92 0.26 359.66 0.86 0.4
Hex BC E F 0 5D 5C 1A 168 56 28
Octal 274 16 17 0 135 134 32 550 126 50
Binary 10111100 1110 1111 0 1011101 1011100 11010 101101000 1010110 101000

Color Harmonies of #BC0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E0F

Black with #BC0E0F

Text Example


Text Example

White with #BC0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E0F; }

 p { color: rgb(188,14,15); }

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

background-color css

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

 a { background-color: rgb(188,14,15); }

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

border-color css

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

 span { border-color: rgb(188,14,15); }

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