Html Css Color HEX #BC0020 Venetian Red

📋 copy color: '#BC0020'

red 188 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #BC0020

Tints of Venetian Red #BC0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 85.45%
G = 0%
B = 14.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC0020 (or 0xBC0020) is known color: Venetian Red. HEX triplet: BC, 00 and 20. RGB value is (188,0,32). Sum of RGB (Red+Green+Blue) = 188+0+32=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0020 is #43FFDF. Grayscale: #3B3B3B. Windows color (decimal): -4456416 or 2097340. OLE color: 2097340.

HSL color Cylindrical-coordinate representation of color #BC0020: hue angle of 349.79º 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 #BC0020 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 32 -
CMYK 0 1 0.83 0.26
HSL 349.79º 1% 0.37% -
HSV(B) 349.79º 1% 0.74% -
XYZ 21 10.8 2.34 -
YUV 59.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 188 0 32 0 1 0.83 0.26 349.79 1 0.37
Hex BC 0 20 0 64 53 1A 15E 64 25
Octal 274 0 40 0 144 123 32 536 144 45
Binary 10111100 0 100000 0 1100100 1010011 11010 101011110 1100100 100101

Color Harmonies of #BC0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0020

Black with #BC0020

Text Example


Text Example

White with #BC0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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