Html Css Color HEX #BC0417 Venetian Red

📋 copy color: '#BC0417'

red 188 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #BC0417

Tints of Venetian Red #BC0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 87.44%
G = 1.86%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC0417 (or 0xBC0417) is known color: Venetian Red. HEX triplet: BC, 04 and 17. RGB value is (188,4,23). Sum of RGB (Red+Green+Blue) = 188+4+23=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0417 is #43FBE8. Grayscale: #3D3D3D. Windows color (decimal): -4455401 or 1508540. OLE color: 1508540.

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

Color convert

RGB 188 4 23 -
CMYK 0 0.98 0.88 0.26
HSL 353.8º 0.96% 0.38% -
HSV(B) 353.8º 0.98% 0.74% -
XYZ 20.94 10.84 1.8 -
YUV 61.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 188 4 23 0 0.98 0.88 0.26 353.8 0.96 0.38
Hex BC 4 17 0 62 58 1A 162 60 26
Octal 274 4 27 0 142 130 32 542 140 46
Binary 10111100 100 10111 0 1100010 1011000 11010 101100010 1100000 100110

Color Harmonies of #BC0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0417

Black with #BC0417

Text Example


Text Example

White with #BC0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0417; }

 p { color: rgb(188,4,23); }

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

background-color css

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

 a { background-color: rgb(188,4,23); }

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

border-color css

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

 span { border-color: rgb(188,4,23); }

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