Html Css Color HEX #BC0414 Venetian Red

📋 copy color: '#BC0414'

red 188 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #BC0414

Tints of Venetian Red #BC0414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 88.68%
G = 1.89%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0414 (or 0xBC0414) is known color: Venetian Red. HEX triplet: BC, 04 and 14. RGB value is (188,4,20). Sum of RGB (Red+Green+Blue) = 188+4+20=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0414 is #43FBEB. Grayscale: #3C3C3C. Windows color (decimal): -4455404 or 1311932. OLE color: 1311932.

HSL color Cylindrical-coordinate representation of color #BC0414: hue angle of 354.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0414 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 20 -
CMYK 0 0.98 0.89 0.26
HSL 354.78º 0.96% 0.38% -
HSV(B) 354.78º 0.98% 0.74% -
XYZ 20.91 10.83 1.65 -
YUV 60.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 188 4 20 0 0.98 0.89 0.26 354.78 0.96 0.38
Hex BC 4 14 0 62 59 1A 163 60 26
Octal 274 4 24 0 142 131 32 543 140 46
Binary 10111100 100 10100 0 1100010 1011001 11010 101100011 1100000 100110

Color Harmonies of #BC0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0414

Black with #BC0414

Text Example


Text Example

White with #BC0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0414; }

 p { color: rgb(188,4,20); }

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

background-color css

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

 a { background-color: rgb(188,4,20); }

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

border-color css

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

 span { border-color: rgb(188,4,20); }

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