Html Css Color HEX #BC041B Venetian Red

📋 copy color: '#BC041B'

red 188 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #BC041B

Tints of Venetian Red #BC041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 85.84%
G = 1.83%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC041B (or 0xBC041B) is known color: Venetian Red. HEX triplet: BC, 04 and 1B. RGB value is (188,4,27). Sum of RGB (Red+Green+Blue) = 188+4+27=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC041B is #43FBE4. Grayscale: #3D3D3D. Windows color (decimal): -4455397 or 1770684. OLE color: 1770684.

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

Color convert

RGB 188 4 27 -
CMYK 0 0.98 0.86 0.26
HSL 352.5º 0.96% 0.38% -
HSV(B) 352.5º 0.98% 0.74% -
XYZ 20.98 10.86 2.03 -
YUV 61.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 188 4 27 0 0.98 0.86 0.26 352.5 0.96 0.38
Hex BC 4 1B 0 62 56 1A 160 60 26
Octal 274 4 33 0 142 126 32 540 140 46
Binary 10111100 100 11011 0 1100010 1010110 11010 101100000 1100000 100110

Color Harmonies of #BC041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC041B

Black with #BC041B

Text Example


Text Example

White with #BC041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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