Html Css Color HEX #BC0617 Venetian Red

📋 copy color: '#BC0617'

red 188 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #BC0617

Tints of Venetian Red #BC0617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.6%

R = 86.64%
G = 2.76%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC0617 (or 0xBC0617) is known color: Venetian Red. HEX triplet: BC, 06 and 17. RGB value is (188,6,23). Sum of RGB (Red+Green+Blue) = 188+6+23=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0617 is #43F9E8. Grayscale: #3E3E3E. Windows color (decimal): -4454889 or 1509052. OLE color: 1509052.

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

Color convert

RGB 188 6 23 -
CMYK 0 0.97 0.88 0.26
HSL 354.4º 0.94% 0.38% -
HSV(B) 354.4º 0.97% 0.74% -
XYZ 20.96 10.88 1.81 -
YUV 62.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 188 6 23 0 0.97 0.88 0.26 354.4 0.94 0.38
Hex BC 6 17 0 61 58 1A 162 5E 26
Octal 274 6 27 0 141 130 32 542 136 46
Binary 10111100 110 10111 0 1100001 1011000 11010 101100010 1011110 100110

Color Harmonies of #BC0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0617

Black with #BC0617

Text Example


Text Example

White with #BC0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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