Html Css Color HEX #BC1449 Cardinal

📋 copy color: '#BC1449'

red 188 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #BC1449

Tints of Cardinal #BC1449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 66.9%
G = 7.12%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC1449 (or 0xBC1449) is known color: Cardinal. HEX triplet: BC, 14 and 49. RGB value is (188,20,73). Sum of RGB (Red+Green+Blue) = 188+20+73=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1449 is #43EBB6. Grayscale: #4C4C4C. Windows color (decimal): -4451255 or 4789436. OLE color: 4789436.

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

Color convert

RGB 188 20 73 -
CMYK 0 0.89 0.61 0.26
HSL 341.07º 0.81% 0.41% -
HSV(B) 341.07º 0.89% 0.74% -
XYZ 22.19 11.67 7.39 -
YUV 76.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 188 20 73 0 0.89 0.61 0.26 341.07 0.81 0.41
Hex BC 14 49 0 59 3D 1A 155 51 29
Octal 274 24 111 0 131 75 32 525 121 51
Binary 10111100 10100 1001001 0 1011001 111101 11010 101010101 1010001 101001

Color Harmonies of #BC1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1449

Black with #BC1449

Text Example


Text Example

White with #BC1449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1449; }

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

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

background-color css

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

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

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

border-color css

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

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

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