Html Css Color HEX #BC081C Venetian Red

📋 copy color: '#BC081C'

red 188 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #BC081C

Tints of Venetian Red #BC081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 83.93%
G = 3.57%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC081C (or 0xBC081C) is known color: Venetian Red. HEX triplet: BC, 08 and 1C. RGB value is (188,8,28). Sum of RGB (Red+Green+Blue) = 188+8+28=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC081C is #43F7E3. Grayscale: #404040. Windows color (decimal): -4454372 or 1837244. OLE color: 1837244.

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

Color convert

RGB 188 8 28 -
CMYK 0 0.96 0.85 0.26
HSL 353.33º 0.92% 0.38% -
HSV(B) 353.33º 0.96% 0.74% -
XYZ 21.04 10.95 2.1 -
YUV 64.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 188 8 28 0 0.96 0.85 0.26 353.33 0.92 0.38
Hex BC 8 1C 0 60 55 1A 161 5C 26
Octal 274 10 34 0 140 125 32 541 134 46
Binary 10111100 1000 11100 0 1100000 1010101 11010 101100001 1011100 100110

Color Harmonies of #BC081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC081C

Black with #BC081C

Text Example


Text Example

White with #BC081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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