Html Css Color HEX #BC0529 Venetian Red

📋 copy color: '#BC0529'

red 188 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #BC0529

Tints of Venetian Red #BC0529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 80.34%
G = 2.14%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC0529 (or 0xBC0529) is known color: Venetian Red. HEX triplet: BC, 05 and 29. RGB value is (188,5,41). Sum of RGB (Red+Green+Blue) = 188+5+41=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0529 is #43FAD6. Grayscale: #3F3F3F. Windows color (decimal): -4455127 or 2688444. OLE color: 2688444.

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

Color convert

RGB 188 5 41 -
CMYK 0 0.97 0.78 0.26
HSL 348.2º 0.95% 0.38% -
HSV(B) 348.2º 0.97% 0.74% -
XYZ 21.19 10.96 3.1 -
YUV 63.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 188 5 41 0 0.97 0.78 0.26 348.2 0.95 0.38
Hex BC 5 29 0 61 4E 1A 15C 5F 26
Octal 274 5 51 0 141 116 32 534 137 46
Binary 10111100 101 101001 0 1100001 1001110 11010 101011100 1011111 100110

Color Harmonies of #BC0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0529

Black with #BC0529

Text Example


Text Example

White with #BC0529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0529; }

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

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

background-color css

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

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

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

border-color css

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

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

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