Html Css Color HEX #BC031D Venetian Red

📋 copy color: '#BC031D'

red 188 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #BC031D

Tints of Venetian Red #BC031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 85.45%
G = 1.36%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC031D (or 0xBC031D) is known color: Venetian Red. HEX triplet: BC, 03 and 1D. RGB value is (188,3,29). Sum of RGB (Red+Green+Blue) = 188+3+29=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031D is #43FCE2. Grayscale: #3D3D3D. Windows color (decimal): -4455651 or 1901500. OLE color: 1901500.

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

Color convert

RGB 188 3 29 -
CMYK 0 0.98 0.85 0.26
HSL 351.57º 0.97% 0.37% -
HSV(B) 351.57º 0.98% 0.74% -
XYZ 20.99 10.85 2.15 -
YUV 61.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 188 3 29 0 0.98 0.85 0.26 351.57 0.97 0.37
Hex BC 3 1D 0 62 55 1A 160 61 25
Octal 274 3 35 0 142 125 32 540 141 45
Binary 10111100 11 11101 0 1100010 1010101 11010 101100000 1100001 100101

Color Harmonies of #BC031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031D

Black with #BC031D

Text Example


Text Example

White with #BC031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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