Html Css Color HEX #BC1417 Venetian Red

📋 copy color: '#BC1417'

red 188 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #BC1417

Tints of Venetian Red #BC1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 81.39%
G = 8.66%
B = 9.96%

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

#BC1417 (or 0xBC1417) is known color: Venetian Red. HEX triplet: BC, 14 and 17. RGB value is (188,20,23). Sum of RGB (Red+Green+Blue) = 188+20+23=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1417 is #43EBE8. Grayscale: #464646. Windows color (decimal): -4451305 or 1512636. OLE color: 1512636.

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

Color convert

RGB 188 20 23 -
CMYK 0 0.89 0.88 0.26
HSL 358.93º 0.81% 0.41% -
HSV(B) 358.93º 0.89% 0.74% -
XYZ 21.14 11.25 1.87 -
YUV 70.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 188 20 23 0 0.89 0.88 0.26 358.93 0.81 0.41
Hex BC 14 17 0 59 58 1A 167 51 29
Octal 274 24 27 0 131 130 32 547 121 51
Binary 10111100 10100 10111 0 1011001 1011000 11010 101100111 1010001 101001

Color Harmonies of #BC1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1417

Black with #BC1417

Text Example


Text Example

White with #BC1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1417; }

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

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

background-color css

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

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

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

border-color css

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

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

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