Html Css Color HEX #BC0311 Venetian Red

📋 copy color: '#BC0311'

red 188 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #BC0311

Tints of Venetian Red #BC0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 90.38%
G = 1.44%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0311 (or 0xBC0311) is known color: Venetian Red. HEX triplet: BC, 03 and 11. RGB value is (188,3,17). Sum of RGB (Red+Green+Blue) = 188+3+17=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0311 is #43FCEE. Grayscale: #3C3C3C. Windows color (decimal): -4455663 or 1115068. OLE color: 1115068.

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

Color convert

RGB 188 3 17 -
CMYK 0 0.98 0.91 0.26
HSL 355.46º 0.97% 0.37% -
HSV(B) 355.46º 0.98% 0.74% -
XYZ 20.87 10.8 1.51 -
YUV 59.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 188 3 17 0 0.98 0.91 0.26 355.46 0.97 0.37
Hex BC 3 11 0 62 5B 1A 163 61 25
Octal 274 3 21 0 142 133 32 543 141 45
Binary 10111100 11 10001 0 1100010 1011011 11010 101100011 1100001 100101

Color Harmonies of #BC0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0311

Black with #BC0311

Text Example


Text Example

White with #BC0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0311; }

 p { color: rgb(188,3,17); }

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

background-color css

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

 a { background-color: rgb(188,3,17); }

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

border-color css

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

 span { border-color: rgb(188,3,17); }

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