Html Css Color HEX #BC0828 Venetian Red

📋 copy color: '#BC0828'

red 188 ◦ green 8 ◦ blue 40

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

Shades of Venetian Red #BC0828

Tints of Venetian Red #BC0828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 79.66%
G = 3.39%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0828 (or 0xBC0828) is known color: Venetian Red. HEX triplet: BC, 08 and 28. RGB value is (188,8,40). Sum of RGB (Red+Green+Blue) = 188+8+40=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0828 is #43F7D7. Grayscale: #414141. Windows color (decimal): -4454360 or 2623676. OLE color: 2623676.

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

Color convert

RGB 188 8 40 -
CMYK 0 0.96 0.79 0.26
HSL 349.33º 0.92% 0.38% -
HSV(B) 349.33º 0.96% 0.74% -
XYZ 21.21 11.02 3.02 -
YUV 65.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 188 8 40 0 0.96 0.79 0.26 349.33 0.92 0.38
Hex BC 8 28 0 60 4F 1A 15D 5C 26
Octal 274 10 50 0 140 117 32 535 134 46
Binary 10111100 1000 101000 0 1100000 1001111 11010 101011101 1011100 100110

Color Harmonies of #BC0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0828

Black with #BC0828

Text Example


Text Example

White with #BC0828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0828; }

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

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

background-color css

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

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

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

border-color css

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

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

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