Html Css Color HEX #BC0D49 Cardinal

📋 copy color: '#BC0D49'

red 188 ◦ green 13 ◦ blue 73

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

Shades of Cardinal #BC0D49

Tints of Cardinal #BC0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

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

R = 68.61%
G = 4.74%
B = 26.64%

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

#BC0D49 (or 0xBC0D49) is known color: Cardinal. HEX triplet: BC, 0D and 49. RGB value is (188,13,73). Sum of RGB (Red+Green+Blue) = 188+13+73=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D49 is #43F2B6. Grayscale: #484848. Windows color (decimal): -4453047 or 4787644. OLE color: 4787644.

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

Color convert

RGB 188 13 73 -
CMYK 0 0.93 0.61 0.26
HSL 339.43º 0.87% 0.39% -
HSV(B) 339.43º 0.93% 0.74% -
XYZ 22.09 11.46 7.35 -
YUV 72.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 188 13 73 0 0.93 0.61 0.26 339.43 0.87 0.39
Hex BC D 49 0 5D 3D 1A 153 57 27
Octal 274 15 111 0 135 75 32 523 127 47
Binary 10111100 1101 1001001 0 1011101 111101 11010 101010011 1010111 100111

Color Harmonies of #BC0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D49

Black with #BC0D49

Text Example


Text Example

White with #BC0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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