Html Css Color HEX #BC0813 Venetian Red

📋 copy color: '#BC0813'

red 188 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #BC0813

Tints of Venetian Red #BC0813

RGB

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

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

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

R = 87.44%
G = 3.72%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0813 (or 0xBC0813) is known color: Venetian Red. HEX triplet: BC, 08 and 13. RGB value is (188,8,19). Sum of RGB (Red+Green+Blue) = 188+8+19=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0813 is #43F7EC. Grayscale: #3F3F3F. Windows color (decimal): -4454381 or 1247420. OLE color: 1247420.

HSL color Cylindrical-coordinate representation of color #BC0813: hue angle of 356.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 #BC0813 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 19 -
CMYK 0 0.96 0.90 0.26
HSL 356.33º 0.92% 0.38% -
HSV(B) 356.33º 0.96% 0.74% -
XYZ 20.94 10.91 1.62 -
YUV 63.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 188 8 19 0 0.96 0.90 0.26 356.33 0.92 0.38
Hex BC 8 13 0 60 5A 1A 164 5C 26
Octal 274 10 23 0 140 132 32 544 134 46
Binary 10111100 1000 10011 0 1100000 1011010 11010 101100100 1011100 100110

Color Harmonies of #BC0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0813

Black with #BC0813

Text Example


Text Example

White with #BC0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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