Html Css Color HEX #BC0026 Venetian Red

📋 copy color: '#BC0026'

red 188 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #BC0026

Tints of Venetian Red #BC0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 83.19%
G = 0%
B = 16.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC0026 (or 0xBC0026) is known color: Venetian Red. HEX triplet: BC, 00 and 26. RGB value is (188,0,38). Sum of RGB (Red+Green+Blue) = 188+0+38=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0026 is #43FFD9. Grayscale: #3C3C3C. Windows color (decimal): -4456410 or 2490556. OLE color: 2490556.

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

Color convert

RGB 188 0 38 -
CMYK 0 1 0.80 0.26
HSL 347.87º 1% 0.37% -
HSV(B) 347.87º 1% 0.74% -
XYZ 21.09 10.83 2.81 -
YUV 60.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 188 0 38 0 1 0.80 0.26 347.87 1 0.37
Hex BC 0 26 0 64 50 1A 15C 64 25
Octal 274 0 46 0 144 120 32 534 144 45
Binary 10111100 0 100110 0 1100100 1010000 11010 101011100 1100100 100101

Color Harmonies of #BC0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0026

Black with #BC0026

Text Example


Text Example

White with #BC0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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