Html Css Color HEX #BC0005 Venetian Red

📋 copy color: '#BC0005'

red 188 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #BC0005

Tints of Venetian Red #BC0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 97.41%
G = 0%
B = 2.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0005 (or 0xBC0005) is known color: Venetian Red. HEX triplet: BC, 00 and 05. RGB value is (188,0,5). Sum of RGB (Red+Green+Blue) = 188+0+5=193 (25% of max value = 765). Red value is 188 (73.83% from 255 or 97.41% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0005 is #43FFFA. Grayscale: #383838. Windows color (decimal): -4456443 or 327868. OLE color: 327868.

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

Color convert

RGB 188 0 5 -
CMYK 0 1 0.97 0.26
HSL 358.4º 1% 0.37% -
HSV(B) 358.4º 1% 0.74% -
XYZ 20.77 10.7 1.11 -
YUV 56.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 188 0 5 0 1 0.97 0.26 358.4 1 0.37
Hex BC 0 5 0 64 61 1A 166 64 25
Octal 274 0 5 0 144 141 32 546 144 45
Binary 10111100 0 101 0 1100100 1100001 11010 101100110 1100100 100101

Color Harmonies of #BC0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0005

Black with #BC0005

Text Example


Text Example

White with #BC0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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