Html Css Color HEX #BC0C1E Venetian Red

📋 copy color: '#BC0C1E'

red 188 ◦ green 12 ◦ blue 30

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

Shades of Venetian Red #BC0C1E

Tints of Venetian Red #BC0C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 81.74%
G = 5.22%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC0C1E (or 0xBC0C1E) is known color: Venetian Red. HEX triplet: BC, 0C and 1E. RGB value is (188,12,30). Sum of RGB (Red+Green+Blue) = 188+12+30=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C1E is #43F3E1. Grayscale: #424242. Windows color (decimal): -4453346 or 1969340. OLE color: 1969340.

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

Color convert

RGB 188 12 30 -
CMYK 0 0.94 0.84 0.26
HSL 353.86º 0.88% 0.39% -
HSV(B) 353.86º 0.94% 0.74% -
XYZ 21.1 11.05 2.25 -
YUV 66.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 188 12 30 0 0.94 0.84 0.26 353.86 0.88 0.39
Hex BC C 1E 0 5E 54 1A 162 58 27
Octal 274 14 36 0 136 124 32 542 130 47
Binary 10111100 1100 11110 0 1011110 1010100 11010 101100010 1011000 100111

Color Harmonies of #BC0C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C1E

Black with #BC0C1E

Text Example


Text Example

White with #BC0C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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