Html Css Color HEX #BC0010 Venetian Red

📋 copy color: '#BC0010'

red 188 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #BC0010

Tints of Venetian Red #BC0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 92.16%
G = 0%
B = 7.84%

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

#BC0010 (or 0xBC0010) is known color: Venetian Red. HEX triplet: BC, 00 and 10. RGB value is (188,0,16). Sum of RGB (Red+Green+Blue) = 188+0+16=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0010 is #43FFEF. Grayscale: #3A3A3A. Windows color (decimal): -4456432 or 1048764. OLE color: 1048764.

HSL color Cylindrical-coordinate representation of color #BC0010: hue angle of 354.89º 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 #BC0010 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 16 -
CMYK 0 1 0.91 0.26
HSL 354.89º 1% 0.37% -
HSV(B) 354.89º 1% 0.74% -
XYZ 20.83 10.73 1.46 -
YUV 58.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 188 0 16 0 1 0.91 0.26 354.89 1 0.37
Hex BC 0 10 0 64 5B 1A 163 64 25
Octal 274 0 20 0 144 133 32 543 144 45
Binary 10111100 0 10000 0 1100100 1011011 11010 101100011 1100100 100101

Color Harmonies of #BC0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0010

Black with #BC0010

Text Example


Text Example

White with #BC0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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