Html Css Color HEX #BC070E Venetian Red

📋 copy color: '#BC070E'

red 188 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #BC070E

Tints of Venetian Red #BC070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 89.95%
G = 3.35%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC070E (or 0xBC070E) is known color: Venetian Red. HEX triplet: BC, 07 and 0E. RGB value is (188,7,14). Sum of RGB (Red+Green+Blue) = 188+7+14=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC070E is #43F8F1. Grayscale: #3E3E3E. Windows color (decimal): -4454642 or 919484. OLE color: 919484.

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

Color convert

RGB 188 7 14 -
CMYK 0 0.96 0.93 0.26
HSL 357.68º 0.93% 0.38% -
HSV(B) 357.68º 0.96% 0.74% -
XYZ 20.89 10.88 1.41 -
YUV 61.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 188 7 14 0 0.96 0.93 0.26 357.68 0.93 0.38
Hex BC 7 E 0 60 5D 1A 166 5D 26
Octal 274 7 16 0 140 135 32 546 135 46
Binary 10111100 111 1110 0 1100000 1011101 11010 101100110 1011101 100110

Color Harmonies of #BC070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC070E

Black with #BC070E

Text Example


Text Example

White with #BC070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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