Html Css Color HEX #BC041E Venetian Red

📋 copy color: '#BC041E'

red 188 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #BC041E

Tints of Venetian Red #BC041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 84.68%
G = 1.8%
B = 13.51%

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

#BC041E (or 0xBC041E) is known color: Venetian Red. HEX triplet: BC, 04 and 1E. RGB value is (188,4,30). Sum of RGB (Red+Green+Blue) = 188+4+30=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC041E is #43FBE1. Grayscale: #3E3E3E. Windows color (decimal): -4455394 or 1967292. OLE color: 1967292.

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

Color convert

RGB 188 4 30 -
CMYK 0 0.98 0.84 0.26
HSL 351.52º 0.96% 0.38% -
HSV(B) 351.52º 0.98% 0.74% -
XYZ 21.02 10.87 2.22 -
YUV 61.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 188 4 30 0 0.98 0.84 0.26 351.52 0.96 0.38
Hex BC 4 1E 0 62 54 1A 160 60 26
Octal 274 4 36 0 142 124 32 540 140 46
Binary 10111100 100 11110 0 1100010 1010100 11010 101100000 1100000 100110

Color Harmonies of #BC041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC041E

Black with #BC041E

Text Example


Text Example

White with #BC041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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