Html Css Color HEX #BC0818 Venetian Red

📋 copy color: '#BC0818'

red 188 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #BC0818

Tints of Venetian Red #BC0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 85.45%
G = 3.64%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC0818 (or 0xBC0818) is known color: Venetian Red. HEX triplet: BC, 08 and 18. RGB value is (188,8,24). Sum of RGB (Red+Green+Blue) = 188+8+24=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0818 is #43F7E7. Grayscale: #3F3F3F. Windows color (decimal): -4454376 or 1575100. OLE color: 1575100.

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

Color convert

RGB 188 8 24 -
CMYK 0 0.96 0.87 0.26
HSL 354.67º 0.92% 0.38% -
HSV(B) 354.67º 0.96% 0.74% -
XYZ 20.99 10.93 1.87 -
YUV 63.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 188 8 24 0 0.96 0.87 0.26 354.67 0.92 0.38
Hex BC 8 18 0 60 57 1A 163 5C 26
Octal 274 10 30 0 140 127 32 543 134 46
Binary 10111100 1000 11000 0 1100000 1010111 11010 101100011 1011100 100110

Color Harmonies of #BC0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0818

Black with #BC0818

Text Example


Text Example

White with #BC0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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