Html Css Color HEX #BC001F Venetian Red

📋 copy color: '#BC001F'

red 188 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #BC001F

Tints of Venetian Red #BC001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.84%
G = 0%
B = 14.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC001F (or 0xBC001F) is known color: Venetian Red. HEX triplet: BC, 00 and 1F. RGB value is (188,0,31). Sum of RGB (Red+Green+Blue) = 188+0+31=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC001F is #43FFE0. Grayscale: #3B3B3B. Windows color (decimal): -4456417 or 2031804. OLE color: 2031804.

HSL color Cylindrical-coordinate representation of color #BC001F: hue angle of 350.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 31 -
CMYK 0 1 0.84 0.26
HSL 350.11º 1% 0.37% -
HSV(B) 350.11º 1% 0.74% -
XYZ 20.99 10.79 2.27 -
YUV 59.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 188 0 31 0 1 0.84 0.26 350.11 1 0.37
Hex BC 0 1F 0 64 54 1A 15E 64 25
Octal 274 0 37 0 144 124 32 536 144 45
Binary 10111100 0 11111 0 1100100 1010100 11010 101011110 1100100 100101

Color Harmonies of #BC001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC001F

Black with #BC001F

Text Example


Text Example

White with #BC001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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