Html Css Color HEX #BC0015 Venetian Red

📋 copy color: '#BC0015'

red 188 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #BC0015

Tints of Venetian Red #BC0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.95%
G = 0%
B = 10.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0015 (or 0xBC0015) is known color: Venetian Red. HEX triplet: BC, 00 and 15. RGB value is (188,0,21). Sum of RGB (Red+Green+Blue) = 188+0+21=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0015 is #43FFEA. Grayscale: #3A3A3A. Windows color (decimal): -4456427 or 1376444. OLE color: 1376444.

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

Color convert

RGB 188 0 21 -
CMYK 0 1 0.89 0.26
HSL 353.3º 1% 0.37% -
HSV(B) 353.3º 1% 0.74% -
XYZ 20.87 10.75 1.68 -
YUV 58.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 188 0 21 0 1 0.89 0.26 353.3 1 0.37
Hex BC 0 15 0 64 59 1A 161 64 25
Octal 274 0 25 0 144 131 32 541 144 45
Binary 10111100 0 10101 0 1100100 1011001 11010 101100001 1100100 100101

Color Harmonies of #BC0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0015

Black with #BC0015

Text Example


Text Example

White with #BC0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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