Html Css Color HEX #BC0827 Venetian Red

📋 copy color: '#BC0827'

red 188 ◦ green 8 ◦ blue 39

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

Shades of Venetian Red #BC0827

Tints of Venetian Red #BC0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 80%
G = 3.4%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0827 (or 0xBC0827) is known color: Venetian Red. HEX triplet: BC, 08 and 27. RGB value is (188,8,39). Sum of RGB (Red+Green+Blue) = 188+8+39=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0827 is #43F7D8. Grayscale: #414141. Windows color (decimal): -4454361 or 2558140. OLE color: 2558140.

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

Color convert

RGB 188 8 39 -
CMYK 0 0.96 0.79 0.26
HSL 349.67º 0.92% 0.38% -
HSV(B) 349.67º 0.96% 0.74% -
XYZ 21.19 11.01 2.93 -
YUV 65.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 188 8 39 0 0.96 0.79 0.26 349.67 0.92 0.38
Hex BC 8 27 0 60 4F 1A 15E 5C 26
Octal 274 10 47 0 140 117 32 536 134 46
Binary 10111100 1000 100111 0 1100000 1001111 11010 101011110 1011100 100110

Color Harmonies of #BC0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0827

Black with #BC0827

Text Example


Text Example

White with #BC0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0827; }

 p { color: rgb(188,8,39); }

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

background-color css

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

 a { background-color: rgb(188,8,39); }

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

border-color css

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

 span { border-color: rgb(188,8,39); }

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