Html Css Color HEX #BC0515 Venetian Red

📋 copy color: '#BC0515'

red 188 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #BC0515

Tints of Venetian Red #BC0515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 87.85%
G = 2.34%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0515 (or 0xBC0515) is known color: Venetian Red. HEX triplet: BC, 05 and 15. RGB value is (188,5,21). Sum of RGB (Red+Green+Blue) = 188+5+21=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0515 is #43FAEA. Grayscale: #3D3D3D. Windows color (decimal): -4455147 or 1377724. OLE color: 1377724.

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

Color convert

RGB 188 5 21 -
CMYK 0 0.97 0.89 0.26
HSL 354.75º 0.95% 0.38% -
HSV(B) 354.75º 0.97% 0.74% -
XYZ 20.93 10.85 1.7 -
YUV 61.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 188 5 21 0 0.97 0.89 0.26 354.75 0.95 0.38
Hex BC 5 15 0 61 59 1A 163 5F 26
Octal 274 5 25 0 141 131 32 543 137 46
Binary 10111100 101 10101 0 1100001 1011001 11010 101100011 1011111 100110

Color Harmonies of #BC0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0515

Black with #BC0515

Text Example


Text Example

White with #BC0515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0515; }

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

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

background-color css

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

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

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

border-color css

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

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

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