Html Css Color HEX #BC0717 Venetian Red

📋 copy color: '#BC0717'

red 188 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #BC0717

Tints of Venetian Red #BC0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 86.24%
G = 3.21%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC0717 (or 0xBC0717) is known color: Venetian Red. HEX triplet: BC, 07 and 17. RGB value is (188,7,23). Sum of RGB (Red+Green+Blue) = 188+7+23=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0717 is #43F8E8. Grayscale: #3F3F3F. Windows color (decimal): -4454633 or 1509308. OLE color: 1509308.

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

Color convert

RGB 188 7 23 -
CMYK 0 0.96 0.88 0.26
HSL 354.7º 0.93% 0.38% -
HSV(B) 354.7º 0.96% 0.74% -
XYZ 20.97 10.91 1.81 -
YUV 62.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 188 7 23 0 0.96 0.88 0.26 354.7 0.93 0.38
Hex BC 7 17 0 60 58 1A 163 5D 26
Octal 274 7 27 0 140 130 32 543 135 46
Binary 10111100 111 10111 0 1100000 1011000 11010 101100011 1011101 100110

Color Harmonies of #BC0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0717

Black with #BC0717

Text Example


Text Example

White with #BC0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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