Html Css Color HEX #BC0819 Venetian Red

📋 copy color: '#BC0819'

red 188 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #BC0819

Tints of Venetian Red #BC0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 85.07%
G = 3.62%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC0819 (or 0xBC0819) is known color: Venetian Red. HEX triplet: BC, 08 and 19. RGB value is (188,8,25). Sum of RGB (Red+Green+Blue) = 188+8+25=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0819 is #43F7E6. Grayscale: #3F3F3F. Windows color (decimal): -4454375 or 1640636. OLE color: 1640636.

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

Color convert

RGB 188 8 25 -
CMYK 0 0.96 0.87 0.26
HSL 354.33º 0.92% 0.38% -
HSV(B) 354.33º 0.96% 0.74% -
XYZ 21 10.94 1.92 -
YUV 63.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 188 8 25 0 0.96 0.87 0.26 354.33 0.92 0.38
Hex BC 8 19 0 60 57 1A 162 5C 26
Octal 274 10 31 0 140 127 32 542 134 46
Binary 10111100 1000 11001 0 1100000 1010111 11010 101100010 1011100 100110

Color Harmonies of #BC0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0819

Black with #BC0819

Text Example


Text Example

White with #BC0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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