Html Css Color HEX #BC0524 Venetian Red

📋 copy color: '#BC0524'

red 188 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #BC0524

Tints of Venetian Red #BC0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.72%

R = 82.1%
G = 2.18%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC0524 (or 0xBC0524) is known color: Venetian Red. HEX triplet: BC, 05 and 24. RGB value is (188,5,36). Sum of RGB (Red+Green+Blue) = 188+5+36=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0524 is #43FADB. Grayscale: #3F3F3F. Windows color (decimal): -4455132 or 2360764. OLE color: 2360764.

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

Color convert

RGB 188 5 36 -
CMYK 0 0.97 0.81 0.26
HSL 349.84º 0.95% 0.38% -
HSV(B) 349.84º 0.97% 0.74% -
XYZ 21.11 10.93 2.67 -
YUV 63.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 188 5 36 0 0.97 0.81 0.26 349.84 0.95 0.38
Hex BC 5 24 0 61 51 1A 15E 5F 26
Octal 274 5 44 0 141 121 32 536 137 46
Binary 10111100 101 100100 0 1100001 1010001 11010 101011110 1011111 100110

Color Harmonies of #BC0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0524

Black with #BC0524

Text Example


Text Example

White with #BC0524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0524; }

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

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

background-color css

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

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

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

border-color css

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

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

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