Html Css Color HEX #BC1517 Venetian Red

📋 copy color: '#BC1517'

red 188 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #BC1517

Tints of Venetian Red #BC1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 81.03%
G = 9.05%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC1517 (or 0xBC1517) is known color: Venetian Red. HEX triplet: BC, 15 and 17. RGB value is (188,21,23). Sum of RGB (Red+Green+Blue) = 188+21+23=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1517 is #43EAE8. Grayscale: #474747. Windows color (decimal): -4451049 or 1512892. OLE color: 1512892.

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

Color convert

RGB 188 21 23 -
CMYK 0 0.89 0.88 0.26
HSL 359.28º 0.8% 0.41% -
HSV(B) 359.28º 0.89% 0.74% -
XYZ 21.16 11.29 1.87 -
YUV 71.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 188 21 23 0 0.89 0.88 0.26 359.28 0.8 0.41
Hex BC 15 17 0 59 58 1A 167 50 29
Octal 274 25 27 0 131 130 32 547 120 51
Binary 10111100 10101 10111 0 1011001 1011000 11010 101100111 1010000 101001

Color Harmonies of #BC1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1517

Black with #BC1517

Text Example


Text Example

White with #BC1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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