Html Css Color HEX #BC141B Venetian Red

📋 copy color: '#BC141B'

red 188 ◦ green 20 ◦ blue 27

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

Shades of Venetian Red #BC141B

Tints of Venetian Red #BC141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 80%
G = 8.51%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC141B (or 0xBC141B) is known color: Venetian Red. HEX triplet: BC, 14 and 1B. RGB value is (188,20,27). Sum of RGB (Red+Green+Blue) = 188+20+27=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141B is #43EBE4. Grayscale: #474747. Windows color (decimal): -4451301 or 1774780. OLE color: 1774780.

HSL color Cylindrical-coordinate representation of color #BC141B: hue angle of 357.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC141B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 27 -
CMYK 0 0.89 0.86 0.26
HSL 357.5º 0.81% 0.41% -
HSV(B) 357.5º 0.89% 0.74% -
XYZ 21.19 11.27 2.1 -
YUV 71.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 188 20 27 0 0.89 0.86 0.26 357.5 0.81 0.41
Hex BC 14 1B 0 59 56 1A 166 51 29
Octal 274 24 33 0 131 126 32 546 121 51
Binary 10111100 10100 11011 0 1011001 1010110 11010 101100110 1010001 101001

Color Harmonies of #BC141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC141B

Black with #BC141B

Text Example


Text Example

White with #BC141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC141B; }

 p { color: rgb(188,20,27); }

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

background-color css

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

 a { background-color: rgb(188,20,27); }

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

border-color css

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

 span { border-color: rgb(188,20,27); }

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