Html Css Color HEX #BC0713 Venetian Red

📋 copy color: '#BC0713'

red 188 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #BC0713

Tints of Venetian Red #BC0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 87.85%
G = 3.27%
B = 8.88%

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

#BC0713 (or 0xBC0713) is known color: Venetian Red. HEX triplet: BC, 07 and 13. RGB value is (188,7,19). Sum of RGB (Red+Green+Blue) = 188+7+19=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0713 is #43F8EC. Grayscale: #3E3E3E. Windows color (decimal): -4454637 or 1247164. OLE color: 1247164.

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

Color convert

RGB 188 7 19 -
CMYK 0 0.96 0.90 0.26
HSL 356.02º 0.93% 0.38% -
HSV(B) 356.02º 0.96% 0.74% -
XYZ 20.93 10.89 1.61 -
YUV 62.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 188 7 19 0 0.96 0.90 0.26 356.02 0.93 0.38
Hex BC 7 13 0 60 5A 1A 164 5D 26
Octal 274 7 23 0 140 132 32 544 135 46
Binary 10111100 111 10011 0 1100000 1011010 11010 101100100 1011101 100110

Color Harmonies of #BC0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0713

Black with #BC0713

Text Example


Text Example

White with #BC0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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