Html Css Color HEX #BC080C Venetian Red

📋 copy color: '#BC080C'

red 188 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #BC080C

Tints of Venetian Red #BC080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.77%

R = 90.38%
G = 3.85%
B = 5.77%

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

#BC080C (or 0xBC080C) is known color: Venetian Red. HEX triplet: BC, 08 and 0C. RGB value is (188,8,12). Sum of RGB (Red+Green+Blue) = 188+8+12=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC080C is #43F7F3. Grayscale: #3E3E3E. Windows color (decimal): -4454388 or 788668. OLE color: 788668.

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

Color convert

RGB 188 8 12 -
CMYK 0 0.96 0.94 0.26
HSL 358.67º 0.92% 0.38% -
HSV(B) 358.67º 0.96% 0.74% -
XYZ 20.89 10.89 1.35 -
YUV 62.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 188 8 12 0 0.96 0.94 0.26 358.67 0.92 0.38
Hex BC 8 C 0 60 5E 1A 167 5C 26
Octal 274 10 14 0 140 136 32 547 134 46
Binary 10111100 1000 1100 0 1100000 1011110 11010 101100111 1011100 100110

Color Harmonies of #BC080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC080C

Black with #BC080C

Text Example


Text Example

White with #BC080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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