Html Css Color HEX #BC124C Cardinal

📋 copy color: '#BC124C'

red 188 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #BC124C

Tints of Cardinal #BC124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 66.67%
G = 6.38%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC124C (or 0xBC124C) is known color: Cardinal. HEX triplet: BC, 12 and 4C. RGB value is (188,18,76). Sum of RGB (Red+Green+Blue) = 188+18+76=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC124C is #43EDB3. Grayscale: #4B4B4B. Windows color (decimal): -4451764 or 4985532. OLE color: 4985532.

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

Color convert

RGB 188 18 76 -
CMYK 0 0.90 0.60 0.26
HSL 339.53º 0.83% 0.4% -
HSV(B) 339.53º 0.9% 0.74% -
XYZ 22.26 11.65 7.91 -
YUV 75.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 188 18 76 0 0.90 0.60 0.26 339.53 0.83 0.4
Hex BC 12 4C 0 5A 3C 1A 154 53 28
Octal 274 22 114 0 132 74 32 524 123 50
Binary 10111100 10010 1001100 0 1011010 111100 11010 101010100 1010011 101000

Color Harmonies of #BC124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC124C

Black with #BC124C

Text Example


Text Example

White with #BC124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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