Html Css Color HEX #BC041F Venetian Red

📋 copy color: '#BC041F'

red 188 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #BC041F

Tints of Venetian Red #BC041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 84.3%
G = 1.79%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC041F (or 0xBC041F) is known color: Venetian Red. HEX triplet: BC, 04 and 1F. RGB value is (188,4,31). Sum of RGB (Red+Green+Blue) = 188+4+31=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC041F is #43FBE0. Grayscale: #3E3E3E. Windows color (decimal): -4455393 or 2032828. OLE color: 2032828.

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

Color convert

RGB 188 4 31 -
CMYK 0 0.98 0.84 0.26
HSL 351.2º 0.96% 0.38% -
HSV(B) 351.2º 0.98% 0.74% -
XYZ 21.03 10.88 2.29 -
YUV 62.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 188 4 31 0 0.98 0.84 0.26 351.2 0.96 0.38
Hex BC 4 1F 0 62 54 1A 15F 60 26
Octal 274 4 37 0 142 124 32 537 140 46
Binary 10111100 100 11111 0 1100010 1010100 11010 101011111 1100000 100110

Color Harmonies of #BC041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC041F

Black with #BC041F

Text Example


Text Example

White with #BC041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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