Html Css Color HEX #BC1619 Venetian Red

📋 copy color: '#BC1619'

red 188 ◦ green 22 ◦ blue 25

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

Shades of Venetian Red #BC1619

Tints of Venetian Red #BC1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 80%
G = 9.36%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC1619 (or 0xBC1619) is known color: Venetian Red. HEX triplet: BC, 16 and 19. RGB value is (188,22,25). Sum of RGB (Red+Green+Blue) = 188+22+25=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1619 is #43E9E6. Grayscale: #484848. Windows color (decimal): -4450791 or 1644220. OLE color: 1644220.

HSL color Cylindrical-coordinate representation of color #BC1619: hue angle of 358.92º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1619 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 25 -
CMYK 0 0.88 0.87 0.26
HSL 358.92º 0.79% 0.41% -
HSV(B) 358.92º 0.88% 0.74% -
XYZ 21.2 11.34 1.99 -
YUV 71.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 188 22 25 0 0.88 0.87 0.26 358.92 0.79 0.41
Hex BC 16 19 0 58 57 1A 167 4F 29
Octal 274 26 31 0 130 127 32 547 117 51
Binary 10111100 10110 11001 0 1011000 1010111 11010 101100111 1001111 101001

Color Harmonies of #BC1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1619

Black with #BC1619

Text Example


Text Example

White with #BC1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1619; }

 p { color: rgb(188,22,25); }

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

background-color css

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

 a { background-color: rgb(188,22,25); }

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

border-color css

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

 span { border-color: rgb(188,22,25); }

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