Html Css Color HEX #BC1015 Venetian Red

📋 copy color: '#BC1015'

red 188 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #BC1015

Tints of Venetian Red #BC1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 83.56%
G = 7.11%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1015 (or 0xBC1015) is known color: Venetian Red. HEX triplet: BC, 10 and 15. RGB value is (188,16,21). Sum of RGB (Red+Green+Blue) = 188+16+21=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1015 is #43EFEA. Grayscale: #444444. Windows color (decimal): -4452331 or 1380540. OLE color: 1380540.

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

Color convert

RGB 188 16 21 -
CMYK 0 0.91 0.89 0.26
HSL 358.26º 0.84% 0.4% -
HSV(B) 358.26º 0.91% 0.74% -
XYZ 21.06 11.12 1.75 -
YUV 68 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 188 16 21 0 0.91 0.89 0.26 358.26 0.84 0.4
Hex BC 10 15 0 5B 59 1A 166 54 28
Octal 274 20 25 0 133 131 32 546 124 50
Binary 10111100 10000 10101 0 1011011 1011001 11010 101100110 1010100 101000

Color Harmonies of #BC1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1015

Black with #BC1015

Text Example


Text Example

White with #BC1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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