Html Css Color HEX #BC0C12 Venetian Red

📋 copy color: '#BC0C12'

red 188 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #BC0C12

Tints of Venetian Red #BC0C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 86.24%
G = 5.5%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0C12 (or 0xBC0C12) is known color: Venetian Red. HEX triplet: BC, 0C and 12. RGB value is (188,12,18). Sum of RGB (Red+Green+Blue) = 188+12+18=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C12 is #43F3ED. Grayscale: #414141. Windows color (decimal): -4453358 or 1182908. OLE color: 1182908.

HSL color Cylindrical-coordinate representation of color #BC0C12: hue angle of 357.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C12 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 18 -
CMYK 0 0.94 0.90 0.26
HSL 357.95º 0.88% 0.39% -
HSV(B) 357.95º 0.94% 0.74% -
XYZ 20.98 11 1.59 -
YUV 65.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 188 12 18 0 0.94 0.90 0.26 357.95 0.88 0.39
Hex BC C 12 0 5E 5A 1A 166 58 27
Octal 274 14 22 0 136 132 32 546 130 47
Binary 10111100 1100 10010 0 1011110 1011010 11010 101100110 1011000 100111

Color Harmonies of #BC0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C12

Black with #BC0C12

Text Example


Text Example

White with #BC0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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