Html Css Color HEX #BC080B Venetian Red

📋 copy color: '#BC080B'

red 188 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #BC080B

Tints of Venetian Red #BC080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 90.82%
G = 3.86%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC080B (or 0xBC080B) is known color: Venetian Red. HEX triplet: BC, 08 and 0B. RGB value is (188,8,11). Sum of RGB (Red+Green+Blue) = 188+8+11=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC080B is #43F7F4. Grayscale: #3E3E3E. Windows color (decimal): -4454389 or 723132. OLE color: 723132.

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

Color convert

RGB 188 8 11 -
CMYK 0 0.96 0.94 0.26
HSL 359º 0.92% 0.38% -
HSV(B) 359º 0.96% 0.74% -
XYZ 20.89 10.89 1.32 -
YUV 62.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 188 8 11 0 0.96 0.94 0.26 359 0.92 0.38
Hex BC 8 B 0 60 5E 1A 167 5C 26
Octal 274 10 13 0 140 136 32 547 134 46
Binary 10111100 1000 1011 0 1100000 1011110 11010 101100111 1011100 100110

Color Harmonies of #BC080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC080B

Black with #BC080B

Text Example


Text Example

White with #BC080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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