Html Css Color HEX #BC0119 Venetian Red

📋 copy color: '#BC0119'

red 188 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #BC0119

Tints of Venetian Red #BC0119

RGB

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

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

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

R = 87.85%
G = 0.47%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC0119 (or 0xBC0119) is known color: Venetian Red. HEX triplet: BC, 01 and 19. RGB value is (188,1,25). Sum of RGB (Red+Green+Blue) = 188+1+25=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0119 is #43FEE6. Grayscale: #3B3B3B. Windows color (decimal): -4456167 or 1638844. OLE color: 1638844.

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

Color convert

RGB 188 1 25 -
CMYK 0 0.99 0.87 0.26
HSL 352.3º 0.99% 0.37% -
HSV(B) 352.3º 0.99% 0.74% -
XYZ 20.93 10.78 1.9 -
YUV 59.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 188 1 25 0 0.99 0.87 0.26 352.3 0.99 0.37
Hex BC 1 19 0 63 57 1A 160 63 25
Octal 274 1 31 0 143 127 32 540 143 45
Binary 10111100 1 11001 0 1100011 1010111 11010 101100000 1100011 100101

Color Harmonies of #BC0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0119

Black with #BC0119

Text Example


Text Example

White with #BC0119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0119; }

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

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

background-color css

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

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

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

border-color css

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

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

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