Html Css Color HEX #BC0221 Venetian Red

📋 copy color: '#BC0221'

red 188 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #BC0221

Tints of Venetian Red #BC0221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 84.3%
G = 0.9%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC0221 (or 0xBC0221) is known color: Venetian Red. HEX triplet: BC, 02 and 21. RGB value is (188,2,33). Sum of RGB (Red+Green+Blue) = 188+2+33=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0221 is #43FDDE. Grayscale: #3D3D3D. Windows color (decimal): -4455903 or 2163388. OLE color: 2163388.

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

Color convert

RGB 188 2 33 -
CMYK 0 0.99 0.82 0.26
HSL 350º 0.98% 0.37% -
HSV(B) 350º 0.99% 0.74% -
XYZ 21.04 10.84 2.42 -
YUV 61.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 188 2 33 0 0.99 0.82 0.26 350 0.98 0.37
Hex BC 2 21 0 63 52 1A 15E 62 25
Octal 274 2 41 0 143 122 32 536 142 45
Binary 10111100 10 100001 0 1100011 1010010 11010 101011110 1100010 100101

Color Harmonies of #BC0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0221

Black with #BC0221

Text Example


Text Example

White with #BC0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0221; }

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

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

background-color css

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

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

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

border-color css

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

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

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