Html Css Color HEX #BC011D Venetian Red

📋 copy color: '#BC011D'

red 188 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #BC011D

Tints of Venetian Red #BC011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 86.24%
G = 0.46%
B = 13.3%

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

#BC011D (or 0xBC011D) is known color: Venetian Red. HEX triplet: BC, 01 and 1D. RGB value is (188,1,29). Sum of RGB (Red+Green+Blue) = 188+1+29=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC011D is #43FEE2. Grayscale: #3C3C3C. Windows color (decimal): -4456163 or 1900988. OLE color: 1900988.

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

Color convert

RGB 188 1 29 -
CMYK 0 0.99 0.85 0.26
HSL 351.02º 0.99% 0.37% -
HSV(B) 351.02º 0.99% 0.74% -
XYZ 20.97 10.8 2.14 -
YUV 60.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 188 1 29 0 0.99 0.85 0.26 351.02 0.99 0.37
Hex BC 1 1D 0 63 55 1A 15F 63 25
Octal 274 1 35 0 143 125 32 537 143 45
Binary 10111100 1 11101 0 1100011 1010101 11010 101011111 1100011 100101

Color Harmonies of #BC011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC011D

Black with #BC011D

Text Example


Text Example

White with #BC011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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