Html Css Color HEX #BC0E49 Cardinal

📋 copy color: '#BC0E49'

red 188 ◦ green 14 ◦ blue 73

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

Shades of Cardinal #BC0E49

Tints of Cardinal #BC0E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 68.36%
G = 5.09%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC0E49 (or 0xBC0E49) is known color: Cardinal. HEX triplet: BC, 0E and 49. RGB value is (188,14,73). Sum of RGB (Red+Green+Blue) = 188+14+73=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E49 is #43F1B6. Grayscale: #484848. Windows color (decimal): -4452791 or 4787900. OLE color: 4787900.

HSL color Cylindrical-coordinate representation of color #BC0E49: hue angle of 339.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E49 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 73 -
CMYK 0 0.93 0.61 0.26
HSL 339.66º 0.86% 0.4% -
HSV(B) 339.66º 0.93% 0.74% -
XYZ 22.1 11.49 7.36 -
YUV 72.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 188 14 73 0 0.93 0.61 0.26 339.66 0.86 0.4
Hex BC E 49 0 5D 3D 1A 154 56 28
Octal 274 16 111 0 135 75 32 524 126 50
Binary 10111100 1110 1001001 0 1011101 111101 11010 101010100 1010110 101000

Color Harmonies of #BC0E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E49

Black with #BC0E49

Text Example


Text Example

White with #BC0E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E49; }

 p { color: rgb(188,14,73); }

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

background-color css

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

 a { background-color: rgb(188,14,73); }

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

border-color css

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

 span { border-color: rgb(188,14,73); }

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