Html Css Color HEX #BC1020 Venetian Red

📋 copy color: '#BC1020'

red 188 ◦ green 16 ◦ blue 32

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

Shades of Venetian Red #BC1020

Tints of Venetian Red #BC1020

RGB

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

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

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

R = 79.66%
G = 6.78%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC1020 (or 0xBC1020) is known color: Venetian Red. HEX triplet: BC, 10 and 20. RGB value is (188,16,32). Sum of RGB (Red+Green+Blue) = 188+16+32=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1020 is #43EFDF. Grayscale: #454545. Windows color (decimal): -4452320 or 2101436. OLE color: 2101436.

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

Color convert

RGB 188 16 32 -
CMYK 0 0.91 0.83 0.26
HSL 354.42º 0.84% 0.4% -
HSV(B) 354.42º 0.91% 0.74% -
XYZ 21.19 11.17 2.41 -
YUV 69.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 188 16 32 0 0.91 0.83 0.26 354.42 0.84 0.4
Hex BC 10 20 0 5B 53 1A 162 54 28
Octal 274 20 40 0 133 123 32 542 124 50
Binary 10111100 10000 100000 0 1011011 1010011 11010 101100010 1010100 101000

Color Harmonies of #BC1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1020

Black with #BC1020

Text Example


Text Example

White with #BC1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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