Html Css Color HEX #BC052A Venetian Red

📋 copy color: '#BC052A'

red 188 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #BC052A

Tints of Venetian Red #BC052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 80%
G = 2.13%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC052A (or 0xBC052A) is known color: Venetian Red. HEX triplet: BC, 05 and 2A. RGB value is (188,5,42). Sum of RGB (Red+Green+Blue) = 188+5+42=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC052A is #43FAD5. Grayscale: #3F3F3F. Windows color (decimal): -4455126 or 2753980. OLE color: 2753980.

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

Color convert

RGB 188 5 42 -
CMYK 0 0.97 0.78 0.26
HSL 347.87º 0.95% 0.38% -
HSV(B) 347.87º 0.97% 0.74% -
XYZ 21.21 10.97 3.19 -
YUV 63.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 188 5 42 0 0.97 0.78 0.26 347.87 0.95 0.38
Hex BC 5 2A 0 61 4E 1A 15C 5F 26
Octal 274 5 52 0 141 116 32 534 137 46
Binary 10111100 101 101010 0 1100001 1001110 11010 101011100 1011111 100110

Color Harmonies of #BC052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC052A

Black with #BC052A

Text Example


Text Example

White with #BC052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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