Html Css Color HEX #BC124E Cardinal

📋 copy color: '#BC124E'

red 188 ◦ green 18 ◦ blue 78

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

Shades of Cardinal #BC124E

Tints of Cardinal #BC124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 66.2%
G = 6.34%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC124E (or 0xBC124E) is known color: Cardinal. HEX triplet: BC, 12 and 4E. RGB value is (188,18,78). Sum of RGB (Red+Green+Blue) = 188+18+78=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC124E is #43EDB1. Grayscale: #4B4B4B. Windows color (decimal): -4451762 or 5116604. OLE color: 5116604.

HSL color Cylindrical-coordinate representation of color #BC124E: hue angle of 338.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC124E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 78 -
CMYK 0 0.90 0.59 0.26
HSL 338.82º 0.83% 0.4% -
HSV(B) 338.82º 0.9% 0.74% -
XYZ 22.33 11.67 8.28 -
YUV 75.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 188 18 78 0 0.90 0.59 0.26 338.82 0.83 0.4
Hex BC 12 4E 0 5A 3B 1A 153 53 28
Octal 274 22 116 0 132 73 32 523 123 50
Binary 10111100 10010 1001110 0 1011010 111011 11010 101010011 1010011 101000

Color Harmonies of #BC124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC124E

Black with #BC124E

Text Example


Text Example

White with #BC124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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