Html Css Color HEX #BC042B Venetian Red

📋 copy color: '#BC042B'

red 188 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #BC042B

Tints of Venetian Red #BC042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 80%
G = 1.7%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC042B (or 0xBC042B) is known color: Venetian Red. HEX triplet: BC, 04 and 2B. RGB value is (188,4,43). Sum of RGB (Red+Green+Blue) = 188+4+43=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC042B is #43FBD4. Grayscale: #3F3F3F. Windows color (decimal): -4455381 or 2819260. OLE color: 2819260.

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

Color convert

RGB 188 4 43 -
CMYK 0 0.98 0.77 0.26
HSL 347.28º 0.96% 0.38% -
HSV(B) 347.28º 0.98% 0.74% -
XYZ 21.22 10.95 3.28 -
YUV 63.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 188 4 43 0 0.98 0.77 0.26 347.28 0.96 0.38
Hex BC 4 2B 0 62 4D 1A 15B 60 26
Octal 274 4 53 0 142 115 32 533 140 46
Binary 10111100 100 101011 0 1100010 1001101 11010 101011011 1100000 100110

Color Harmonies of #BC042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC042B

Black with #BC042B

Text Example


Text Example

White with #BC042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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