Html Css Color HEX #BC051D Venetian Red

📋 copy color: '#BC051D'

red 188 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #BC051D

Tints of Venetian Red #BC051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 84.68%
G = 2.25%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC051D (or 0xBC051D) is known color: Venetian Red. HEX triplet: BC, 05 and 1D. RGB value is (188,5,29). Sum of RGB (Red+Green+Blue) = 188+5+29=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC051D is #43FAE2. Grayscale: #3E3E3E. Windows color (decimal): -4455139 or 1902012. OLE color: 1902012.

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

Color convert

RGB 188 5 29 -
CMYK 0 0.97 0.85 0.26
HSL 352.13º 0.95% 0.38% -
HSV(B) 352.13º 0.97% 0.74% -
XYZ 21.02 10.89 2.16 -
YUV 62.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 188 5 29 0 0.97 0.85 0.26 352.13 0.95 0.38
Hex BC 5 1D 0 61 55 1A 160 5F 26
Octal 274 5 35 0 141 125 32 540 137 46
Binary 10111100 101 11101 0 1100001 1010101 11010 101100000 1011111 100110

Color Harmonies of #BC051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC051D

Black with #BC051D

Text Example


Text Example

White with #BC051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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