Html Css Color HEX #BC0412 Venetian Red

📋 copy color: '#BC0412'

red 188 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #BC0412

Tints of Venetian Red #BC0412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 89.52%
G = 1.9%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0412 (or 0xBC0412) is known color: Venetian Red. HEX triplet: BC, 04 and 12. RGB value is (188,4,18). Sum of RGB (Red+Green+Blue) = 188+4+18=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0412 is #43FBED. Grayscale: #3C3C3C. Windows color (decimal): -4455406 or 1180860. OLE color: 1180860.

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

Color convert

RGB 188 4 18 -
CMYK 0 0.98 0.90 0.26
HSL 355.43º 0.96% 0.38% -
HSV(B) 355.43º 0.98% 0.74% -
XYZ 20.89 10.82 1.56 -
YUV 60.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 188 4 18 0 0.98 0.90 0.26 355.43 0.96 0.38
Hex BC 4 12 0 62 5A 1A 163 60 26
Octal 274 4 22 0 142 132 32 543 140 46
Binary 10111100 100 10010 0 1100010 1011010 11010 101100011 1100000 100110

Color Harmonies of #BC0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0412

Black with #BC0412

Text Example


Text Example

White with #BC0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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