Html Css Color HEX #BC0113 Venetian Red

📋 copy color: '#BC0113'

red 188 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #BC0113

Tints of Venetian Red #BC0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 90.38%
G = 0.48%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0113 (or 0xBC0113) is known color: Venetian Red. HEX triplet: BC, 01 and 13. RGB value is (188,1,19). Sum of RGB (Red+Green+Blue) = 188+1+19=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0113 is #43FEEC. Grayscale: #3B3B3B. Windows color (decimal): -4456173 or 1245628. OLE color: 1245628.

HSL color Cylindrical-coordinate representation of color #BC0113: hue angle of 354.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 19 -
CMYK 0 0.99 0.90 0.26
HSL 354.22º 0.99% 0.37% -
HSV(B) 354.22º 0.99% 0.74% -
XYZ 20.87 10.76 1.59 -
YUV 58.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 188 1 19 0 0.99 0.90 0.26 354.22 0.99 0.37
Hex BC 1 13 0 63 5A 1A 162 63 25
Octal 274 1 23 0 143 132 32 542 143 45
Binary 10111100 1 10011 0 1100011 1011010 11010 101100010 1100011 100101

Color Harmonies of #BC0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0113

Black with #BC0113

Text Example


Text Example

White with #BC0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0113; }

 p { color: rgb(188,1,19); }

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

background-color css

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

 a { background-color: rgb(188,1,19); }

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

border-color css

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

 span { border-color: rgb(188,1,19); }

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