Html Css Color HEX #BC0217 Venetian Red

📋 copy color: '#BC0217'

red 188 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #BC0217

Tints of Venetian Red #BC0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 88.26%
G = 0.94%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC0217 (or 0xBC0217) is known color: Venetian Red. HEX triplet: BC, 02 and 17. RGB value is (188,2,23). Sum of RGB (Red+Green+Blue) = 188+2+23=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0217 is #43FDE8. Grayscale: #3C3C3C. Windows color (decimal): -4455913 or 1508028. OLE color: 1508028.

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

Color convert

RGB 188 2 23 -
CMYK 0 0.99 0.88 0.26
HSL 353.23º 0.98% 0.37% -
HSV(B) 353.23º 0.99% 0.74% -
XYZ 20.92 10.8 1.79 -
YUV 60.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 188 2 23 0 0.99 0.88 0.26 353.23 0.98 0.37
Hex BC 2 17 0 63 58 1A 161 62 25
Octal 274 2 27 0 143 130 32 541 142 45
Binary 10111100 10 10111 0 1100011 1011000 11010 101100001 1100010 100101

Color Harmonies of #BC0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0217

Black with #BC0217

Text Example


Text Example

White with #BC0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0217; }

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

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

background-color css

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

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

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

border-color css

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

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

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