Html Css Color HEX #BC0710 Venetian Red

📋 copy color: '#BC0710'

red 188 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #BC0710

Tints of Venetian Red #BC0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 89.1%
G = 3.32%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0710 (or 0xBC0710) is known color: Venetian Red. HEX triplet: BC, 07 and 10. RGB value is (188,7,16). Sum of RGB (Red+Green+Blue) = 188+7+16=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0710 is #43F8EF. Grayscale: #3E3E3E. Windows color (decimal): -4454640 or 1050556. OLE color: 1050556.

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

Color convert

RGB 188 7 16 -
CMYK 0 0.96 0.91 0.26
HSL 357.02º 0.93% 0.38% -
HSV(B) 357.02º 0.96% 0.74% -
XYZ 20.91 10.88 1.49 -
YUV 62.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 188 7 16 0 0.96 0.91 0.26 357.02 0.93 0.38
Hex BC 7 10 0 60 5B 1A 165 5D 26
Octal 274 7 20 0 140 133 32 545 135 46
Binary 10111100 111 10000 0 1100000 1011011 11010 101100101 1011101 100110

Color Harmonies of #BC0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0710

Black with #BC0710

Text Example


Text Example

White with #BC0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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