Html Css Color HEX #BC081B Venetian Red

📋 copy color: '#BC081B'

red 188 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #BC081B

Tints of Venetian Red #BC081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 84.3%
G = 3.59%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC081B (or 0xBC081B) is known color: Venetian Red. HEX triplet: BC, 08 and 1B. RGB value is (188,8,27). Sum of RGB (Red+Green+Blue) = 188+8+27=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC081B is #43F7E4. Grayscale: #404040. Windows color (decimal): -4454373 or 1771708. OLE color: 1771708.

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

Color convert

RGB 188 8 27 -
CMYK 0 0.96 0.86 0.26
HSL 353.67º 0.92% 0.38% -
HSV(B) 353.67º 0.96% 0.74% -
XYZ 21.02 10.94 2.04 -
YUV 63.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 188 8 27 0 0.96 0.86 0.26 353.67 0.92 0.38
Hex BC 8 1B 0 60 56 1A 162 5C 26
Octal 274 10 33 0 140 126 32 542 134 46
Binary 10111100 1000 11011 0 1100000 1010110 11010 101100010 1011100 100110

Color Harmonies of #BC081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC081B

Black with #BC081B

Text Example


Text Example

White with #BC081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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