Html Css Color HEX #BC011B Venetian Red

📋 copy color: '#BC011B'

red 188 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #BC011B

Tints of Venetian Red #BC011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 87.04%
G = 0.46%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC011B (or 0xBC011B) is known color: Venetian Red. HEX triplet: BC, 01 and 1B. RGB value is (188,1,27). Sum of RGB (Red+Green+Blue) = 188+1+27=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC011B is #43FEE4. Grayscale: #3B3B3B. Windows color (decimal): -4456165 or 1769916. OLE color: 1769916.

HSL color Cylindrical-coordinate representation of color #BC011B: hue angle of 351.66º degrees, saturation: 0.99, 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 #BC011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 27 -
CMYK 0 0.99 0.86 0.26
HSL 351.66º 0.99% 0.37% -
HSV(B) 351.66º 0.99% 0.74% -
XYZ 20.95 10.79 2.02 -
YUV 59.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 188 1 27 0 0.99 0.86 0.26 351.66 0.99 0.37
Hex BC 1 1B 0 63 56 1A 160 63 25
Octal 274 1 33 0 143 126 32 540 143 45
Binary 10111100 1 11011 0 1100011 1010110 11010 101100000 1100011 100101

Color Harmonies of #BC011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC011B

Black with #BC011B

Text Example


Text Example

White with #BC011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC011B; }

 p { color: rgb(188,1,27); }

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

background-color css

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

 a { background-color: rgb(188,1,27); }

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

border-color css

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

 span { border-color: rgb(188,1,27); }

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