Html Css Color HEX #BC0718 Venetian Red

📋 copy color: '#BC0718'

red 188 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #BC0718

Tints of Venetian Red #BC0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 85.84%
G = 3.2%
B = 10.96%

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

#BC0718 (or 0xBC0718) is known color: Venetian Red. HEX triplet: BC, 07 and 18. RGB value is (188,7,24). Sum of RGB (Red+Green+Blue) = 188+7+24=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0718 is #43F8E7. Grayscale: #3F3F3F. Windows color (decimal): -4454632 or 1574844. OLE color: 1574844.

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

Color convert

RGB 188 7 24 -
CMYK 0 0.96 0.87 0.26
HSL 354.36º 0.93% 0.38% -
HSV(B) 354.36º 0.96% 0.74% -
XYZ 20.98 10.91 1.86 -
YUV 63.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 188 7 24 0 0.96 0.87 0.26 354.36 0.93 0.38
Hex BC 7 18 0 60 57 1A 162 5D 26
Octal 274 7 30 0 140 127 32 542 135 46
Binary 10111100 111 11000 0 1100000 1010111 11010 101100010 1011101 100110

Color Harmonies of #BC0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0718

Black with #BC0718

Text Example


Text Example

White with #BC0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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