Html Css Color HEX #BC001E Venetian Red

📋 copy color: '#BC001E'

red 188 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #BC001E

Tints of Venetian Red #BC001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 86.24%
G = 0%
B = 13.76%

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

#BC001E (or 0xBC001E) is known color: Venetian Red. HEX triplet: BC, 00 and 1E. RGB value is (188,0,30). Sum of RGB (Red+Green+Blue) = 188+0+30=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC001E is #43FFE1. Grayscale: #3B3B3B. Windows color (decimal): -4456418 or 1966268. OLE color: 1966268.

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

Color convert

RGB 188 0 30 -
CMYK 0 1 0.84 0.26
HSL 350.43º 1% 0.37% -
HSV(B) 350.43º 1% 0.74% -
XYZ 20.97 10.79 2.2 -
YUV 59.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 188 0 30 0 1 0.84 0.26 350.43 1 0.37
Hex BC 0 1E 0 64 54 1A 15E 64 25
Octal 274 0 36 0 144 124 32 536 144 45
Binary 10111100 0 11110 0 1100100 1010100 11010 101011110 1100100 100101

Color Harmonies of #BC001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC001E

Black with #BC001E

Text Example


Text Example

White with #BC001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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