Html Css Color HEX #BC0522 Venetian Red

📋 copy color: '#BC0522'

red 188 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #BC0522

Tints of Venetian Red #BC0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 34 (13.67% from 255) = 14.98%

R = 82.82%
G = 2.2%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC0522 (or 0xBC0522) is known color: Venetian Red. HEX triplet: BC, 05 and 22. RGB value is (188,5,34). Sum of RGB (Red+Green+Blue) = 188+5+34=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0522 is #43FADD. Grayscale: #3F3F3F. Windows color (decimal): -4455134 or 2229692. OLE color: 2229692.

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

Color convert

RGB 188 5 34 -
CMYK 0 0.97 0.82 0.26
HSL 350.49º 0.95% 0.38% -
HSV(B) 350.49º 0.97% 0.74% -
XYZ 21.08 10.92 2.51 -
YUV 63.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 188 5 34 0 0.97 0.82 0.26 350.49 0.95 0.38
Hex BC 5 22 0 61 52 1A 15E 5F 26
Octal 274 5 42 0 141 122 32 536 137 46
Binary 10111100 101 100010 0 1100001 1010010 11010 101011110 1011111 100110

Color Harmonies of #BC0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0522

Black with #BC0522

Text Example


Text Example

White with #BC0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0522; }

 p { color: rgb(188,5,34); }

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

background-color css

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

 a { background-color: rgb(188,5,34); }

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

border-color css

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

 span { border-color: rgb(188,5,34); }

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