Html Css Color HEX #BC032C Venetian Red

📋 copy color: '#BC032C'

red 188 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #BC032C

Tints of Venetian Red #BC032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 80%
G = 1.28%
B = 18.72%

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

#BC032C (or 0xBC032C) is known color: Venetian Red. HEX triplet: BC, 03 and 2C. RGB value is (188,3,44). Sum of RGB (Red+Green+Blue) = 188+3+44=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC032C is #43FCD3. Grayscale: #3F3F3F. Windows color (decimal): -4455636 or 2884540. OLE color: 2884540.

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

Color convert

RGB 188 3 44 -
CMYK 0 0.98 0.77 0.26
HSL 346.7º 0.97% 0.37% -
HSV(B) 346.7º 0.98% 0.74% -
XYZ 21.23 10.94 3.38 -
YUV 62.99 117.29 217.17 -
System Red Green Blue C M Y K H S L
Decimal 188 3 44 0 0.98 0.77 0.26 346.7 0.97 0.37
Hex BC 3 2C 0 62 4D 1A 15B 61 25
Octal 274 3 54 0 142 115 32 533 141 45
Binary 10111100 11 101100 0 1100010 1001101 11010 101011011 1100001 100101

Color Harmonies of #BC032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC032C

Black with #BC032C

Text Example


Text Example

White with #BC032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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