Html Css Color HEX #BC032B Venetian Red

📋 copy color: '#BC032B'

red 188 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #BC032B

Tints of Venetian Red #BC032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 80.34%
G = 1.28%
B = 18.38%

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

#BC032B (or 0xBC032B) is known color: Venetian Red. HEX triplet: BC, 03 and 2B. RGB value is (188,3,43). Sum of RGB (Red+Green+Blue) = 188+3+43=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC032B is #43FCD4. Grayscale: #3E3E3E. Windows color (decimal): -4455637 or 2819004. OLE color: 2819004.

HSL color Cylindrical-coordinate representation of color #BC032B: hue angle of 347.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC032B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 43 -
CMYK 0 0.98 0.77 0.26
HSL 347.03º 0.97% 0.37% -
HSV(B) 347.03º 0.98% 0.74% -
XYZ 21.21 10.93 3.28 -
YUV 62.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 188 3 43 0 0.98 0.77 0.26 347.03 0.97 0.37
Hex BC 3 2B 0 62 4D 1A 15B 61 25
Octal 274 3 53 0 142 115 32 533 141 45
Binary 10111100 11 101011 0 1100010 1001101 11010 101011011 1100001 100101

Color Harmonies of #BC032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC032B

Black with #BC032B

Text Example


Text Example

White with #BC032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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