Html Css Color HEX #BC114E Cardinal

📋 copy color: '#BC114E'

red 188 ◦ green 17 ◦ blue 78

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

Shades of Cardinal #BC114E

Tints of Cardinal #BC114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

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

R = 66.43%
G = 6.01%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC114E (or 0xBC114E) is known color: Cardinal. HEX triplet: BC, 11 and 4E. RGB value is (188,17,78). Sum of RGB (Red+Green+Blue) = 188+17+78=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC114E is #43EEB1. Grayscale: #4B4B4B. Windows color (decimal): -4452018 or 5116348. OLE color: 5116348.

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

Color convert

RGB 188 17 78 -
CMYK 0 0.91 0.59 0.26
HSL 338.6º 0.83% 0.4% -
HSV(B) 338.6º 0.91% 0.74% -
XYZ 22.31 11.64 8.28 -
YUV 75.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 188 17 78 0 0.91 0.59 0.26 338.6 0.83 0.4
Hex BC 11 4E 0 5B 3B 1A 153 53 28
Octal 274 21 116 0 133 73 32 523 123 50
Binary 10111100 10001 1001110 0 1011011 111011 11010 101010011 1010011 101000

Color Harmonies of #BC114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC114E

Black with #BC114E

Text Example


Text Example

White with #BC114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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