Html Css Color HEX #BC0614 Venetian Red

📋 copy color: '#BC0614'

red 188 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #BC0614

Tints of Venetian Red #BC0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 87.85%
G = 2.8%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0614 (or 0xBC0614) is known color: Venetian Red. HEX triplet: BC, 06 and 14. RGB value is (188,6,20). Sum of RGB (Red+Green+Blue) = 188+6+20=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0614 is #43F9EB. Grayscale: #3E3E3E. Windows color (decimal): -4454892 or 1312444. OLE color: 1312444.

HSL color Cylindrical-coordinate representation of color #BC0614: hue angle of 355.38º degrees, saturation: 0.94, 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 #BC0614 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 20 -
CMYK 0 0.97 0.89 0.26
HSL 355.38º 0.94% 0.38% -
HSV(B) 355.38º 0.97% 0.74% -
XYZ 20.93 10.87 1.66 -
YUV 62.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 188 6 20 0 0.97 0.89 0.26 355.38 0.94 0.38
Hex BC 6 14 0 61 59 1A 163 5E 26
Octal 274 6 24 0 141 131 32 543 136 46
Binary 10111100 110 10100 0 1100001 1011001 11010 101100011 1011110 100110

Color Harmonies of #BC0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0614

Black with #BC0614

Text Example


Text Example

White with #BC0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0614; }

 p { color: rgb(188,6,20); }

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

background-color css

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

 a { background-color: rgb(188,6,20); }

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

border-color css

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

 span { border-color: rgb(188,6,20); }

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