Html Css Color HEX #BC052B Venetian Red

📋 copy color: '#BC052B'

red 188 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #BC052B

Tints of Venetian Red #BC052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 79.66%
G = 2.12%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC052B (or 0xBC052B) is known color: Venetian Red. HEX triplet: BC, 05 and 2B. RGB value is (188,5,43). Sum of RGB (Red+Green+Blue) = 188+5+43=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC052B is #43FAD4. Grayscale: #404040. Windows color (decimal): -4455125 or 2819516. OLE color: 2819516.

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

Color convert

RGB 188 5 43 -
CMYK 0 0.97 0.77 0.26
HSL 347.54º 0.95% 0.38% -
HSV(B) 347.54º 0.97% 0.74% -
XYZ 21.23 10.97 3.28 -
YUV 64.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 188 5 43 0 0.97 0.77 0.26 347.54 0.95 0.38
Hex BC 5 2B 0 61 4D 1A 15C 5F 26
Octal 274 5 53 0 141 115 32 534 137 46
Binary 10111100 101 101011 0 1100001 1001101 11010 101011100 1011111 100110

Color Harmonies of #BC052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC052B

Black with #BC052B

Text Example


Text Example

White with #BC052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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