Html Css Color HEX #BC0211 Venetian Red

📋 copy color: '#BC0211'

red 188 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #BC0211

Tints of Venetian Red #BC0211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.21%

R = 90.82%
G = 0.97%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0211 (or 0xBC0211) is known color: Venetian Red. HEX triplet: BC, 02 and 11. RGB value is (188,2,17). Sum of RGB (Red+Green+Blue) = 188+2+17=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0211 is #43FDEE. Grayscale: #3B3B3B. Windows color (decimal): -4455919 or 1114812. OLE color: 1114812.

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

Color convert

RGB 188 2 17 -
CMYK 0 0.99 0.91 0.26
HSL 355.16º 0.98% 0.37% -
HSV(B) 355.16º 0.99% 0.74% -
XYZ 20.86 10.78 1.51 -
YUV 59.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 188 2 17 0 0.99 0.91 0.26 355.16 0.98 0.37
Hex BC 2 11 0 63 5B 1A 163 62 25
Octal 274 2 21 0 143 133 32 543 142 45
Binary 10111100 10 10001 0 1100011 1011011 11010 101100011 1100010 100101

Color Harmonies of #BC0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0211

Black with #BC0211

Text Example


Text Example

White with #BC0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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