Html Css Color HEX #BC0712 Venetian Red

📋 copy color: '#BC0712'

red 188 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #BC0712

Tints of Venetian Red #BC0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 88.26%
G = 3.29%
B = 8.45%

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

#BC0712 (or 0xBC0712) is known color: Venetian Red. HEX triplet: BC, 07 and 12. RGB value is (188,7,18). Sum of RGB (Red+Green+Blue) = 188+7+18=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0712 is #43F8ED. Grayscale: #3E3E3E. Windows color (decimal): -4454638 or 1181628. OLE color: 1181628.

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

Color convert

RGB 188 7 18 -
CMYK 0 0.96 0.90 0.26
HSL 356.35º 0.93% 0.38% -
HSV(B) 356.35º 0.96% 0.74% -
XYZ 20.92 10.89 1.57 -
YUV 62.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 188 7 18 0 0.96 0.90 0.26 356.35 0.93 0.38
Hex BC 7 12 0 60 5A 1A 164 5D 26
Octal 274 7 22 0 140 132 32 544 135 46
Binary 10111100 111 10010 0 1100000 1011010 11010 101100100 1011101 100110

Color Harmonies of #BC0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0712

Black with #BC0712

Text Example


Text Example

White with #BC0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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