Html Css Color HEX #BC0708 Venetian Red

📋 copy color: '#BC0708'

red 188 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #BC0708

Tints of Venetian Red #BC0708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 92.61%
G = 3.45%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC0708 (or 0xBC0708) is known color: Venetian Red. HEX triplet: BC, 07 and 08. RGB value is (188,7,8). Sum of RGB (Red+Green+Blue) = 188+7+8=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0708 is #43F8F7. Grayscale: #3D3D3D. Windows color (decimal): -4454648 or 526268. OLE color: 526268.

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

Color convert

RGB 188 7 8 -
CMYK 0 0.96 0.96 0.26
HSL 359.67º 0.93% 0.38% -
HSV(B) 359.67º 0.96% 0.74% -
XYZ 20.86 10.86 1.23 -
YUV 61.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 188 7 8 0 0.96 0.96 0.26 359.67 0.93 0.38
Hex BC 7 8 0 60 60 1A 168 5D 26
Octal 274 7 10 0 140 140 32 550 135 46
Binary 10111100 111 1000 0 1100000 1100000 11010 101101000 1011101 100110

Color Harmonies of #BC0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0708

Black with #BC0708

Text Example


Text Example

White with #BC0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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