Html Css Color HEX #BC0027 Venetian Red

📋 copy color: '#BC0027'

red 188 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #BC0027

Tints of Venetian Red #BC0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.82%
G = 0%
B = 17.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0027 (or 0xBC0027) is known color: Venetian Red. HEX triplet: BC, 00 and 27. RGB value is (188,0,39). Sum of RGB (Red+Green+Blue) = 188+0+39=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0027 is #43FFD8. Grayscale: #3C3C3C. Windows color (decimal): -4456409 or 2556092. OLE color: 2556092.

HSL color Cylindrical-coordinate representation of color #BC0027: hue angle of 347.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0027 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 39 -
CMYK 0 1 0.79 0.26
HSL 347.55º 1% 0.37% -
HSV(B) 347.55º 1% 0.74% -
XYZ 21.11 10.84 2.9 -
YUV 60.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 188 0 39 0 1 0.79 0.26 347.55 1 0.37
Hex BC 0 27 0 64 4F 1A 15C 64 25
Octal 274 0 47 0 144 117 32 534 144 45
Binary 10111100 0 100111 0 1100100 1001111 11010 101011100 1100100 100101

Color Harmonies of #BC0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0027

Black with #BC0027

Text Example


Text Example

White with #BC0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0027; }

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

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

background-color css

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

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

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

border-color css

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

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

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