Html Css Color HEX #BC0410 Venetian Red

📋 copy color: '#BC0410'

red 188 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #BC0410

Tints of Venetian Red #BC0410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 90.38%
G = 1.92%
B = 7.69%

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

#BC0410 (or 0xBC0410) is known color: Venetian Red. HEX triplet: BC, 04 and 10. RGB value is (188,4,16). Sum of RGB (Red+Green+Blue) = 188+4+16=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0410 is #43FBEF. Grayscale: #3C3C3C. Windows color (decimal): -4455408 or 1049788. OLE color: 1049788.

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

Color convert

RGB 188 4 16 -
CMYK 0 0.98 0.91 0.26
HSL 356.09º 0.96% 0.38% -
HSV(B) 356.09º 0.98% 0.74% -
XYZ 20.88 10.82 1.48 -
YUV 60.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 188 4 16 0 0.98 0.91 0.26 356.09 0.96 0.38
Hex BC 4 10 0 62 5B 1A 164 60 26
Octal 274 4 20 0 142 133 32 544 140 46
Binary 10111100 100 10000 0 1100010 1011011 11010 101100100 1100000 100110

Color Harmonies of #BC0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0410

Black with #BC0410

Text Example


Text Example

White with #BC0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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