Html Css Color HEX #BC0514 Venetian Red

📋 copy color: '#BC0514'

red 188 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #BC0514

Tints of Venetian Red #BC0514

RGB

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

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

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

R = 88.26%
G = 2.35%
B = 9.39%

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

#BC0514 (or 0xBC0514) is known color: Venetian Red. HEX triplet: BC, 05 and 14. RGB value is (188,5,20). Sum of RGB (Red+Green+Blue) = 188+5+20=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0514 is #43FAEB. Grayscale: #3D3D3D. Windows color (decimal): -4455148 or 1312188. OLE color: 1312188.

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

Color convert

RGB 188 5 20 -
CMYK 0 0.97 0.89 0.26
HSL 355.08º 0.95% 0.38% -
HSV(B) 355.08º 0.97% 0.74% -
XYZ 20.92 10.85 1.65 -
YUV 61.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 188 5 20 0 0.97 0.89 0.26 355.08 0.95 0.38
Hex BC 5 14 0 61 59 1A 163 5F 26
Octal 274 5 24 0 141 131 32 543 137 46
Binary 10111100 101 10100 0 1100001 1011001 11010 101100011 1011111 100110

Color Harmonies of #BC0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0514

Black with #BC0514

Text Example


Text Example

White with #BC0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0514; }

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

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

background-color css

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

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

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

border-color css

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

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

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