Html Css Color HEX #BC0626 Venetian Red

📋 copy color: '#BC0626'

red 188 ◦ green 6 ◦ blue 38

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

Shades of Venetian Red #BC0626

Tints of Venetian Red #BC0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 81.03%
G = 2.59%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC0626 (or 0xBC0626) is known color: Venetian Red. HEX triplet: BC, 06 and 26. RGB value is (188,6,38). Sum of RGB (Red+Green+Blue) = 188+6+38=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0626 is #43F9D9. Grayscale: #404040. Windows color (decimal): -4454874 or 2492092. OLE color: 2492092.

HSL color Cylindrical-coordinate representation of color #BC0626: hue angle of 349.45º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0626 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 38 -
CMYK 0 0.97 0.80 0.26
HSL 349.45º 0.94% 0.38% -
HSV(B) 349.45º 0.97% 0.74% -
XYZ 21.15 10.96 2.83 -
YUV 64.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 188 6 38 0 0.97 0.80 0.26 349.45 0.94 0.38
Hex BC 6 26 0 61 50 1A 15D 5E 26
Octal 274 6 46 0 141 120 32 535 136 46
Binary 10111100 110 100110 0 1100001 1010000 11010 101011101 1011110 100110

Color Harmonies of #BC0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0626

Black with #BC0626

Text Example


Text Example

White with #BC0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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