Html Css Color HEX #BC0610 Venetian Red

📋 copy color: '#BC0610'

red 188 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #BC0610

Tints of Venetian Red #BC0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 89.52%
G = 2.86%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0610 (or 0xBC0610) is known color: Venetian Red. HEX triplet: BC, 06 and 10. RGB value is (188,6,16). Sum of RGB (Red+Green+Blue) = 188+6+16=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0610 is #43F9EF. Grayscale: #3D3D3D. Windows color (decimal): -4454896 or 1050300. OLE color: 1050300.

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

Color convert

RGB 188 6 16 -
CMYK 0 0.97 0.91 0.26
HSL 356.7º 0.94% 0.38% -
HSV(B) 356.7º 0.97% 0.74% -
XYZ 20.9 10.86 1.48 -
YUV 61.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 188 6 16 0 0.97 0.91 0.26 356.7 0.94 0.38
Hex BC 6 10 0 61 5B 1A 165 5E 26
Octal 274 6 20 0 141 133 32 545 136 46
Binary 10111100 110 10000 0 1100001 1011011 11010 101100101 1011110 100110

Color Harmonies of #BC0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0610

Black with #BC0610

Text Example


Text Example

White with #BC0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0610; }

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

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

background-color css

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

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

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

border-color css

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

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

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