Html Css Color HEX #BC021A Venetian Red

📋 copy color: '#BC021A'

red 188 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #BC021A

Tints of Venetian Red #BC021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 87.04%
G = 0.93%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC021A (or 0xBC021A) is known color: Venetian Red. HEX triplet: BC, 02 and 1A. RGB value is (188,2,26). Sum of RGB (Red+Green+Blue) = 188+2+26=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC021A is #43FDE5. Grayscale: #3C3C3C. Windows color (decimal): -4455910 or 1704636. OLE color: 1704636.

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

Color convert

RGB 188 2 26 -
CMYK 0 0.99 0.86 0.26
HSL 352.26º 0.98% 0.37% -
HSV(B) 352.26º 0.99% 0.74% -
XYZ 20.95 10.81 1.96 -
YUV 60.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 188 2 26 0 0.99 0.86 0.26 352.26 0.98 0.37
Hex BC 2 1A 0 63 56 1A 160 62 25
Octal 274 2 32 0 143 126 32 540 142 45
Binary 10111100 10 11010 0 1100011 1010110 11010 101100000 1100010 100101

Color Harmonies of #BC021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC021A

Black with #BC021A

Text Example


Text Example

White with #BC021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC021A; }

 p { color: rgb(188,2,26); }

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

background-color css

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

 a { background-color: rgb(188,2,26); }

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

border-color css

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

 span { border-color: rgb(188,2,26); }

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