Html Css Color HEX #BC021C Venetian Red

📋 copy color: '#BC021C'

red 188 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #BC021C

Tints of Venetian Red #BC021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 86.24%
G = 0.92%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC021C (or 0xBC021C) is known color: Venetian Red. HEX triplet: BC, 02 and 1C. RGB value is (188,2,28). Sum of RGB (Red+Green+Blue) = 188+2+28=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC021C is #43FDE3. Grayscale: #3C3C3C. Windows color (decimal): -4455908 or 1835708. OLE color: 1835708.

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

Color convert

RGB 188 2 28 -
CMYK 0 0.99 0.85 0.26
HSL 351.61º 0.98% 0.37% -
HSV(B) 351.61º 0.99% 0.74% -
XYZ 20.97 10.82 2.08 -
YUV 60.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 188 2 28 0 0.99 0.85 0.26 351.61 0.98 0.37
Hex BC 2 1C 0 63 55 1A 160 62 25
Octal 274 2 34 0 143 125 32 540 142 45
Binary 10111100 10 11100 0 1100011 1010101 11010 101100000 1100010 100101

Color Harmonies of #BC021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC021C

Black with #BC021C

Text Example


Text Example

White with #BC021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC021C; }

 p { color: rgb(188,2,28); }

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

background-color css

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

 a { background-color: rgb(188,2,28); }

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

border-color css

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

 span { border-color: rgb(188,2,28); }

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