Html Css Color HEX #BC1315 Venetian Red

📋 copy color: '#BC1315'

red 188 ◦ green 19 ◦ blue 21

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

Shades of Venetian Red #BC1315

Tints of Venetian Red #BC1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 82.46%
G = 8.33%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1315 (or 0xBC1315) is known color: Venetian Red. HEX triplet: BC, 13 and 15. RGB value is (188,19,21). Sum of RGB (Red+Green+Blue) = 188+19+21=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1315 is #43ECEA. Grayscale: #454545. Windows color (decimal): -4451563 or 1381308. OLE color: 1381308.

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

Color convert

RGB 188 19 21 -
CMYK 0 0.90 0.89 0.26
HSL 359.29º 0.82% 0.41% -
HSV(B) 359.29º 0.9% 0.74% -
XYZ 21.11 11.21 1.76 -
YUV 69.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 188 19 21 0 0.90 0.89 0.26 359.29 0.82 0.41
Hex BC 13 15 0 5A 59 1A 167 52 29
Octal 274 23 25 0 132 131 32 547 122 51
Binary 10111100 10011 10101 0 1011010 1011001 11010 101100111 1010010 101001

Color Harmonies of #BC1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1315

Black with #BC1315

Text Example


Text Example

White with #BC1315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1315; }

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

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

background-color css

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

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

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

border-color css

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

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

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