Html Css Color HEX #BC071C Venetian Red

📋 copy color: '#BC071C'

red 188 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #BC071C

Tints of Venetian Red #BC071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 84.3%
G = 3.14%
B = 12.56%

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

#BC071C (or 0xBC071C) is known color: Venetian Red. HEX triplet: BC, 07 and 1C. RGB value is (188,7,28). Sum of RGB (Red+Green+Blue) = 188+7+28=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC071C is #43F8E3. Grayscale: #3F3F3F. Windows color (decimal): -4454628 or 1836988. OLE color: 1836988.

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

Color convert

RGB 188 7 28 -
CMYK 0 0.96 0.85 0.26
HSL 353.04º 0.93% 0.38% -
HSV(B) 353.04º 0.96% 0.74% -
XYZ 21.02 10.93 2.1 -
YUV 63.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 188 7 28 0 0.96 0.85 0.26 353.04 0.93 0.38
Hex BC 7 1C 0 60 55 1A 161 5D 26
Octal 274 7 34 0 140 125 32 541 135 46
Binary 10111100 111 11100 0 1100000 1010101 11010 101100001 1011101 100110

Color Harmonies of #BC071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC071C

Black with #BC071C

Text Example


Text Example

White with #BC071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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