Html Css Color HEX #BC031B Venetian Red

📋 copy color: '#BC031B'

red 188 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #BC031B

Tints of Venetian Red #BC031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 86.24%
G = 1.38%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC031B (or 0xBC031B) is known color: Venetian Red. HEX triplet: BC, 03 and 1B. RGB value is (188,3,27). Sum of RGB (Red+Green+Blue) = 188+3+27=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031B is #43FCE4. Grayscale: #3D3D3D. Windows color (decimal): -4455653 or 1770428. OLE color: 1770428.

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

Color convert

RGB 188 3 27 -
CMYK 0 0.98 0.86 0.26
HSL 352.22º 0.97% 0.37% -
HSV(B) 352.22º 0.98% 0.74% -
XYZ 20.97 10.84 2.02 -
YUV 61.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 188 3 27 0 0.98 0.86 0.26 352.22 0.97 0.37
Hex BC 3 1B 0 62 56 1A 160 61 25
Octal 274 3 33 0 142 126 32 540 141 45
Binary 10111100 11 11011 0 1100010 1010110 11010 101100000 1100001 100101

Color Harmonies of #BC031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031B

Black with #BC031B

Text Example


Text Example

White with #BC031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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