Html Css Color HEX #BC0816 Venetian Red

📋 copy color: '#BC0816'

red 188 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #BC0816

Tints of Venetian Red #BC0816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 86.24%
G = 3.67%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC0816 (or 0xBC0816) is known color: Venetian Red. HEX triplet: BC, 08 and 16. RGB value is (188,8,22). Sum of RGB (Red+Green+Blue) = 188+8+22=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0816 is #43F7E9. Grayscale: #3F3F3F. Windows color (decimal): -4454378 or 1444028. OLE color: 1444028.

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

Color convert

RGB 188 8 22 -
CMYK 0 0.96 0.88 0.26
HSL 355.33º 0.92% 0.38% -
HSV(B) 355.33º 0.96% 0.74% -
XYZ 20.97 10.92 1.76 -
YUV 63.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 188 8 22 0 0.96 0.88 0.26 355.33 0.92 0.38
Hex BC 8 16 0 60 58 1A 163 5C 26
Octal 274 10 26 0 140 130 32 543 134 46
Binary 10111100 1000 10110 0 1100000 1011000 11010 101100011 1011100 100110

Color Harmonies of #BC0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0816

Black with #BC0816

Text Example


Text Example

White with #BC0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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