Html Css Color HEX #BC1213 Venetian Red

📋 copy color: '#BC1213'

red 188 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #BC1213

Tints of Venetian Red #BC1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 83.56%
G = 8%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1213 (or 0xBC1213) is known color: Venetian Red. HEX triplet: BC, 12 and 13. RGB value is (188,18,19). Sum of RGB (Red+Green+Blue) = 188+18+19=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1213 is #43EDEC. Grayscale: #454545. Windows color (decimal): -4451821 or 1249980. OLE color: 1249980.

HSL color Cylindrical-coordinate representation of color #BC1213: hue angle of 359.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1213 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 19 -
CMYK 0 0.90 0.90 0.26
HSL 359.65º 0.83% 0.4% -
HSV(B) 359.65º 0.9% 0.74% -
XYZ 21.07 11.17 1.66 -
YUV 68.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 188 18 19 0 0.90 0.90 0.26 359.65 0.83 0.4
Hex BC 12 13 0 5A 5A 1A 168 53 28
Octal 274 22 23 0 132 132 32 550 123 50
Binary 10111100 10010 10011 0 1011010 1011010 11010 101101000 1010011 101000

Color Harmonies of #BC1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1213

Black with #BC1213

Text Example


Text Example

White with #BC1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1213; }

 p { color: rgb(188,18,19); }

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

background-color css

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

 a { background-color: rgb(188,18,19); }

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

border-color css

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

 span { border-color: rgb(188,18,19); }

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