Html Css Color HEX #BC0518 Venetian Red

📋 copy color: '#BC0518'

red 188 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #BC0518

Tints of Venetian Red #BC0518

RGB

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

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

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

R = 86.64%
G = 2.3%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC0518 (or 0xBC0518) is known color: Venetian Red. HEX triplet: BC, 05 and 18. RGB value is (188,5,24). Sum of RGB (Red+Green+Blue) = 188+5+24=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0518 is #43FAE7. Grayscale: #3D3D3D. Windows color (decimal): -4455144 or 1574332. OLE color: 1574332.

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

Color convert

RGB 188 5 24 -
CMYK 0 0.97 0.87 0.26
HSL 353.77º 0.95% 0.38% -
HSV(B) 353.77º 0.97% 0.74% -
XYZ 20.96 10.87 1.86 -
YUV 61.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 188 5 24 0 0.97 0.87 0.26 353.77 0.95 0.38
Hex BC 5 18 0 61 57 1A 162 5F 26
Octal 274 5 30 0 141 127 32 542 137 46
Binary 10111100 101 11000 0 1100001 1010111 11010 101100010 1011111 100110

Color Harmonies of #BC0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0518

Black with #BC0518

Text Example


Text Example

White with #BC0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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