Html Css Color HEX #BC121D Venetian Red

📋 copy color: '#BC121D'

red 188 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #BC121D

Tints of Venetian Red #BC121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 80%
G = 7.66%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC121D (or 0xBC121D) is known color: Venetian Red. HEX triplet: BC, 12 and 1D. RGB value is (188,18,29). Sum of RGB (Red+Green+Blue) = 188+18+29=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC121D is #43EDE2. Grayscale: #464646. Windows color (decimal): -4451811 or 1905340. OLE color: 1905340.

HSL color Cylindrical-coordinate representation of color #BC121D: hue angle of 356.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC121D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 29 -
CMYK 0 0.90 0.85 0.26
HSL 356.12º 0.83% 0.4% -
HSV(B) 356.12º 0.9% 0.74% -
XYZ 21.18 11.21 2.21 -
YUV 70.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 188 18 29 0 0.90 0.85 0.26 356.12 0.83 0.4
Hex BC 12 1D 0 5A 55 1A 164 53 28
Octal 274 22 35 0 132 125 32 544 123 50
Binary 10111100 10010 11101 0 1011010 1010101 11010 101100100 1010011 101000

Color Harmonies of #BC121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC121D

Black with #BC121D

Text Example


Text Example

White with #BC121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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