Html Css Color HEX #BC0829 Venetian Red

📋 copy color: '#BC0829'

red 188 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #BC0829

Tints of Venetian Red #BC0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 79.32%
G = 3.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC0829 (or 0xBC0829) is known color: Venetian Red. HEX triplet: BC, 08 and 29. RGB value is (188,8,41). Sum of RGB (Red+Green+Blue) = 188+8+41=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0829 is #43F7D6. Grayscale: #414141. Windows color (decimal): -4454359 or 2689212. OLE color: 2689212.

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

Color convert

RGB 188 8 41 -
CMYK 0 0.96 0.78 0.26
HSL 349º 0.92% 0.38% -
HSV(B) 349º 0.96% 0.74% -
XYZ 21.23 11.03 3.11 -
YUV 65.58 114.13 215.32 -
System Red Green Blue C M Y K H S L
Decimal 188 8 41 0 0.96 0.78 0.26 349 0.92 0.38
Hex BC 8 29 0 60 4E 1A 15D 5C 26
Octal 274 10 51 0 140 116 32 535 134 46
Binary 10111100 1000 101001 0 1100000 1001110 11010 101011101 1011100 100110

Color Harmonies of #BC0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0829

Black with #BC0829

Text Example


Text Example

White with #BC0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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