Html Css Color HEX #BC041D Venetian Red

📋 copy color: '#BC041D'

red 188 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #BC041D

Tints of Venetian Red #BC041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 85.07%
G = 1.81%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC041D (or 0xBC041D) is known color: Venetian Red. HEX triplet: BC, 04 and 1D. RGB value is (188,4,29). Sum of RGB (Red+Green+Blue) = 188+4+29=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC041D is #43FBE2. Grayscale: #3D3D3D. Windows color (decimal): -4455395 or 1901756. OLE color: 1901756.

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

Color convert

RGB 188 4 29 -
CMYK 0 0.98 0.85 0.26
HSL 351.85º 0.96% 0.38% -
HSV(B) 351.85º 0.98% 0.74% -
XYZ 21 10.87 2.15 -
YUV 61.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 188 4 29 0 0.98 0.85 0.26 351.85 0.96 0.38
Hex BC 4 1D 0 62 55 1A 160 60 26
Octal 274 4 35 0 142 125 32 540 140 46
Binary 10111100 100 11101 0 1100010 1010101 11010 101100000 1100000 100110

Color Harmonies of #BC041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC041D

Black with #BC041D

Text Example


Text Example

White with #BC041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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