Html Css Color HEX #BC0513 Venetian Red

📋 copy color: '#BC0513'

red 188 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #BC0513

Tints of Venetian Red #BC0513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 88.68%
G = 2.36%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0513 (or 0xBC0513) is known color: Venetian Red. HEX triplet: BC, 05 and 13. RGB value is (188,5,19). Sum of RGB (Red+Green+Blue) = 188+5+19=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0513 is #43FAEC. Grayscale: #3D3D3D. Windows color (decimal): -4455149 or 1246652. OLE color: 1246652.

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

Color convert

RGB 188 5 19 -
CMYK 0 0.97 0.90 0.26
HSL 355.41º 0.95% 0.38% -
HSV(B) 355.41º 0.97% 0.74% -
XYZ 20.91 10.85 1.61 -
YUV 61.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 188 5 19 0 0.97 0.90 0.26 355.41 0.95 0.38
Hex BC 5 13 0 61 5A 1A 163 5F 26
Octal 274 5 23 0 141 132 32 543 137 46
Binary 10111100 101 10011 0 1100001 1011010 11010 101100011 1011111 100110

Color Harmonies of #BC0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0513

Black with #BC0513

Text Example


Text Example

White with #BC0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0513; }

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

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

background-color css

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

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

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

border-color css

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

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

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