Html Css Color HEX #BC0527 Venetian Red

📋 copy color: '#BC0527'

red 188 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #BC0527

Tints of Venetian Red #BC0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 81.03%
G = 2.16%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0527 (or 0xBC0527) is known color: Venetian Red. HEX triplet: BC, 05 and 27. RGB value is (188,5,39). Sum of RGB (Red+Green+Blue) = 188+5+39=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0527 is #43FAD8. Grayscale: #3F3F3F. Windows color (decimal): -4455129 or 2557372. OLE color: 2557372.

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

Color convert

RGB 188 5 39 -
CMYK 0 0.97 0.79 0.26
HSL 348.85º 0.95% 0.38% -
HSV(B) 348.85º 0.97% 0.74% -
XYZ 21.16 10.95 2.92 -
YUV 63.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 188 5 39 0 0.97 0.79 0.26 348.85 0.95 0.38
Hex BC 5 27 0 61 4F 1A 15D 5F 26
Octal 274 5 47 0 141 117 32 535 137 46
Binary 10111100 101 100111 0 1100001 1001111 11010 101011101 1011111 100110

Color Harmonies of #BC0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0527

Black with #BC0527

Text Example


Text Example

White with #BC0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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