Html Css Color HEX #BC0C1B Venetian Red

📋 copy color: '#BC0C1B'

red 188 ◦ green 12 ◦ blue 27

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

Shades of Venetian Red #BC0C1B

Tints of Venetian Red #BC0C1B

RGB

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

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

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

R = 82.82%
G = 5.29%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC0C1B (or 0xBC0C1B) is known color: Venetian Red. HEX triplet: BC, 0C and 1B. RGB value is (188,12,27). Sum of RGB (Red+Green+Blue) = 188+12+27=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C1B is #43F3E4. Grayscale: #424242. Windows color (decimal): -4453349 or 1772732. OLE color: 1772732.

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

Color convert

RGB 188 12 27 -
CMYK 0 0.94 0.86 0.26
HSL 354.89º 0.88% 0.39% -
HSV(B) 354.89º 0.94% 0.74% -
XYZ 21.07 11.03 2.06 -
YUV 66.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 188 12 27 0 0.94 0.86 0.26 354.89 0.88 0.39
Hex BC C 1B 0 5E 56 1A 163 58 27
Octal 274 14 33 0 136 126 32 543 130 47
Binary 10111100 1100 11011 0 1011110 1010110 11010 101100011 1011000 100111

Color Harmonies of #BC0C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C1B

Black with #BC0C1B

Text Example


Text Example

White with #BC0C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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