Html Css Color HEX #BC0815 Venetian Red

📋 copy color: '#BC0815'

red 188 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #BC0815

Tints of Venetian Red #BC0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 86.64%
G = 3.69%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0815 (or 0xBC0815) is known color: Venetian Red. HEX triplet: BC, 08 and 15. RGB value is (188,8,21). Sum of RGB (Red+Green+Blue) = 188+8+21=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0815 is #43F7EA. Grayscale: #3F3F3F. Windows color (decimal): -4454379 or 1378492. OLE color: 1378492.

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

Color convert

RGB 188 8 21 -
CMYK 0 0.96 0.89 0.26
HSL 355.67º 0.92% 0.38% -
HSV(B) 355.67º 0.96% 0.74% -
XYZ 20.96 10.92 1.71 -
YUV 63.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 188 8 21 0 0.96 0.89 0.26 355.67 0.92 0.38
Hex BC 8 15 0 60 59 1A 164 5C 26
Octal 274 10 25 0 140 131 32 544 134 46
Binary 10111100 1000 10101 0 1100000 1011001 11010 101100100 1011100 100110

Color Harmonies of #BC0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0815

Black with #BC0815

Text Example


Text Example

White with #BC0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0815; }

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

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

background-color css

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

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

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

border-color css

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

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

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