Html Css Color HEX #BC1B47 Cardinal

📋 copy color: '#BC1B47'

red 188 ◦ green 27 ◦ blue 71

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

Shades of Cardinal #BC1B47

Tints of Cardinal #BC1B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 65.73%
G = 9.44%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC1B47 (or 0xBC1B47) is known color: Cardinal. HEX triplet: BC, 1B and 47. RGB value is (188,27,71). Sum of RGB (Red+Green+Blue) = 188+27+71=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B47 is #43E4B8. Grayscale: #505050. Windows color (decimal): -4449465 or 4660156. OLE color: 4660156.

HSL color Cylindrical-coordinate representation of color #BC1B47: hue angle of 343.6º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B47 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 27 71 -
CMYK 0 0.86 0.62 0.26
HSL 343.6º 0.75% 0.42% -
HSV(B) 343.6º 0.86% 0.74% -
XYZ 22.27 11.93 7.09 -
YUV 80.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 188 27 71 0 0.86 0.62 0.26 343.6 0.75 0.42
Hex BC 1B 47 0 56 3E 1A 158 4B 2A
Octal 274 33 107 0 126 76 32 530 113 52
Binary 10111100 11011 1000111 0 1010110 111110 11010 101011000 1001011 101010

Color Harmonies of #BC1B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B47

Black with #BC1B47

Text Example


Text Example

White with #BC1B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B47; }

 p { color: rgb(188,27,71); }

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

background-color css

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

 a { background-color: rgb(188,27,71); }

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

border-color css

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

 span { border-color: rgb(188,27,71); }

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