Html Css Color HEX #BC032D Venetian Red

📋 copy color: '#BC032D'

red 188 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #BC032D

Tints of Venetian Red #BC032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 79.66%
G = 1.27%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC032D (or 0xBC032D) is known color: Venetian Red. HEX triplet: BC, 03 and 2D. RGB value is (188,3,45). Sum of RGB (Red+Green+Blue) = 188+3+45=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC032D is #43FCD2. Grayscale: #3F3F3F. Windows color (decimal): -4455635 or 2950076. OLE color: 2950076.

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

Color convert

RGB 188 3 45 -
CMYK 0 0.98 0.76 0.26
HSL 346.38º 0.97% 0.37% -
HSV(B) 346.38º 0.98% 0.74% -
XYZ 21.25 10.95 3.48 -
YUV 63.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 188 3 45 0 0.98 0.76 0.26 346.38 0.97 0.37
Hex BC 3 2D 0 62 4C 1A 15A 61 25
Octal 274 3 55 0 142 114 32 532 141 45
Binary 10111100 11 101101 0 1100010 1001100 11010 101011010 1100001 100101

Color Harmonies of #BC032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC032D

Black with #BC032D

Text Example


Text Example

White with #BC032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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