Html Css Color HEX #BC111D Venetian Red

📋 copy color: '#BC111D'

red 188 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #BC111D

Tints of Venetian Red #BC111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 80.34%
G = 7.26%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC111D (or 0xBC111D) is known color: Venetian Red. HEX triplet: BC, 11 and 1D. RGB value is (188,17,29). Sum of RGB (Red+Green+Blue) = 188+17+29=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC111D is #43EEE2. Grayscale: #454545. Windows color (decimal): -4452067 or 1905084. OLE color: 1905084.

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

Color convert

RGB 188 17 29 -
CMYK 0 0.91 0.85 0.26
HSL 355.79º 0.83% 0.4% -
HSV(B) 355.79º 0.91% 0.74% -
XYZ 21.16 11.18 2.21 -
YUV 69.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 188 17 29 0 0.91 0.85 0.26 355.79 0.83 0.4
Hex BC 11 1D 0 5B 55 1A 164 53 28
Octal 274 21 35 0 133 125 32 544 123 50
Binary 10111100 10001 11101 0 1011011 1010101 11010 101100100 1010011 101000

Color Harmonies of #BC111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC111D

Black with #BC111D

Text Example


Text Example

White with #BC111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC111D; }

 p { color: rgb(188,17,29); }

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

background-color css

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

 a { background-color: rgb(188,17,29); }

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

border-color css

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

 span { border-color: rgb(188,17,29); }

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