Html Css Color HEX #BC080F Venetian Red

📋 copy color: '#BC080F'

red 188 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #BC080F

Tints of Venetian Red #BC080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 89.1%
G = 3.79%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC080F (or 0xBC080F) is known color: Venetian Red. HEX triplet: BC, 08 and 0F. RGB value is (188,8,15). Sum of RGB (Red+Green+Blue) = 188+8+15=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC080F is #43F7F0. Grayscale: #3E3E3E. Windows color (decimal): -4454385 or 985276. OLE color: 985276.

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

Color convert

RGB 188 8 15 -
CMYK 0 0.96 0.92 0.26
HSL 357.67º 0.92% 0.38% -
HSV(B) 357.67º 0.96% 0.74% -
XYZ 20.91 10.9 1.45 -
YUV 62.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 188 8 15 0 0.96 0.92 0.26 357.67 0.92 0.38
Hex BC 8 F 0 60 5C 1A 166 5C 26
Octal 274 10 17 0 140 134 32 546 134 46
Binary 10111100 1000 1111 0 1100000 1011100 11010 101100110 1011100 100110

Color Harmonies of #BC080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC080F

Black with #BC080F

Text Example


Text Example

White with #BC080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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