Html Css Color HEX #BC0011 Venetian Red

📋 copy color: '#BC0011'

red 188 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #BC0011

Tints of Venetian Red #BC0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 91.71%
G = 0%
B = 8.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0011 (or 0xBC0011) is known color: Venetian Red. HEX triplet: BC, 00 and 11. RGB value is (188,0,17). Sum of RGB (Red+Green+Blue) = 188+0+17=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0011 is #43FFEE. Grayscale: #3A3A3A. Windows color (decimal): -4456431 or 1114300. OLE color: 1114300.

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

Color convert

RGB 188 0 17 -
CMYK 0 1 0.91 0.26
HSL 354.57º 1% 0.37% -
HSV(B) 354.57º 1% 0.74% -
XYZ 20.84 10.73 1.5 -
YUV 58.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 188 0 17 0 1 0.91 0.26 354.57 1 0.37
Hex BC 0 11 0 64 5B 1A 163 64 25
Octal 274 0 21 0 144 133 32 543 144 45
Binary 10111100 0 10001 0 1100100 1011011 11010 101100011 1100100 100101

Color Harmonies of #BC0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0011

Black with #BC0011

Text Example


Text Example

White with #BC0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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