Html Css Color HEX #BC031F Venetian Red

📋 copy color: '#BC031F'

red 188 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #BC031F

Tints of Venetian Red #BC031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 84.68%
G = 1.35%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC031F (or 0xBC031F) is known color: Venetian Red. HEX triplet: BC, 03 and 1F. RGB value is (188,3,31). Sum of RGB (Red+Green+Blue) = 188+3+31=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC031F is #43FCE0. Grayscale: #3D3D3D. Windows color (decimal): -4455649 or 2032572. OLE color: 2032572.

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

Color convert

RGB 188 3 31 -
CMYK 0 0.98 0.84 0.26
HSL 350.92º 0.97% 0.37% -
HSV(B) 350.92º 0.98% 0.74% -
XYZ 21.02 10.86 2.28 -
YUV 61.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 188 3 31 0 0.98 0.84 0.26 350.92 0.97 0.37
Hex BC 3 1F 0 62 54 1A 15F 61 25
Octal 274 3 37 0 142 124 32 537 141 45
Binary 10111100 11 11111 0 1100010 1010100 11010 101011111 1100001 100101

Color Harmonies of #BC031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC031F

Black with #BC031F

Text Example


Text Example

White with #BC031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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