Html Css Color HEX #BC0413 Venetian Red

📋 copy color: '#BC0413'

red 188 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #BC0413

Tints of Venetian Red #BC0413

RGB

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

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

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

R = 89.1%
G = 1.9%
B = 9%

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

#BC0413 (or 0xBC0413) is known color: Venetian Red. HEX triplet: BC, 04 and 13. RGB value is (188,4,19). Sum of RGB (Red+Green+Blue) = 188+4+19=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0413 is #43FBEC. Grayscale: #3C3C3C. Windows color (decimal): -4455405 or 1246396. OLE color: 1246396.

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

Color convert

RGB 188 4 19 -
CMYK 0 0.98 0.90 0.26
HSL 355.11º 0.96% 0.38% -
HSV(B) 355.11º 0.98% 0.74% -
XYZ 20.9 10.83 1.6 -
YUV 60.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 188 4 19 0 0.98 0.90 0.26 355.11 0.96 0.38
Hex BC 4 13 0 62 5A 1A 163 60 26
Octal 274 4 23 0 142 132 32 543 140 46
Binary 10111100 100 10011 0 1100010 1011010 11010 101100011 1100000 100110

Color Harmonies of #BC0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0413

Black with #BC0413

Text Example


Text Example

White with #BC0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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