Html Css Color HEX #BC0507 Venetian Red

📋 copy color: '#BC0507'

red 188 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #BC0507

Tints of Venetian Red #BC0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 94%
G = 2.5%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC0507 (or 0xBC0507) is known color: Venetian Red. HEX triplet: BC, 05 and 07. RGB value is (188,5,7). Sum of RGB (Red+Green+Blue) = 188+5+7=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0507 is #43FAF8. Grayscale: #3C3C3C. Windows color (decimal): -4455161 or 460220. OLE color: 460220.

HSL color Cylindrical-coordinate representation of color #BC0507: hue angle of 359.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 7 -
CMYK 0 0.97 0.96 0.26
HSL 359.34º 0.95% 0.38% -
HSV(B) 359.34º 0.97% 0.74% -
XYZ 20.83 10.82 1.19 -
YUV 59.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 188 5 7 0 0.97 0.96 0.26 359.34 0.95 0.38
Hex BC 5 7 0 61 60 1A 167 5F 26
Octal 274 5 7 0 141 140 32 547 137 46
Binary 10111100 101 111 0 1100001 1100000 11010 101100111 1011111 100110

Color Harmonies of #BC0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0507

Black with #BC0507

Text Example


Text Example

White with #BC0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0507; }

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

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

background-color css

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

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

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

border-color css

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

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

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