Html Css Color HEX #BC144E Cardinal

📋 copy color: '#BC144E'

red 188 ◦ green 20 ◦ blue 78

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

Shades of Cardinal #BC144E

Tints of Cardinal #BC144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 65.73%
G = 6.99%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC144E (or 0xBC144E) is known color: Cardinal. HEX triplet: BC, 14 and 4E. RGB value is (188,20,78). Sum of RGB (Red+Green+Blue) = 188+20+78=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC144E is #43EBB1. Grayscale: #4C4C4C. Windows color (decimal): -4451250 or 5117116. OLE color: 5117116.

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

Color convert

RGB 188 20 78 -
CMYK 0 0.89 0.59 0.26
HSL 339.29º 0.81% 0.41% -
HSV(B) 339.29º 0.89% 0.74% -
XYZ 22.36 11.74 8.3 -
YUV 76.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 188 20 78 0 0.89 0.59 0.26 339.29 0.81 0.41
Hex BC 14 4E 0 59 3B 1A 153 51 29
Octal 274 24 116 0 131 73 32 523 121 51
Binary 10111100 10100 1001110 0 1011001 111011 11010 101010011 1010001 101001

Color Harmonies of #BC144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC144E

Black with #BC144E

Text Example


Text Example

White with #BC144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC144E; }

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

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

background-color css

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

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

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

border-color css

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

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

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