Html Css Color HEX #BC1E47 Cardinal

📋 copy color: '#BC1E47'

red 188 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #BC1E47

Tints of Cardinal #BC1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 65.05%
G = 10.38%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC1E47 (or 0xBC1E47) is known color: Cardinal. HEX triplet: BC, 1E and 47. RGB value is (188,30,71). Sum of RGB (Red+Green+Blue) = 188+30+71=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E47 is #43E1B8. Grayscale: #515151. Windows color (decimal): -4448697 or 4660924. OLE color: 4660924.

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

Color convert

RGB 188 30 71 -
CMYK 0 0.84 0.62 0.26
HSL 344.43º 0.72% 0.43% -
HSV(B) 344.43º 0.84% 0.74% -
XYZ 22.34 12.07 7.11 -
YUV 81.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 188 30 71 0 0.84 0.62 0.26 344.43 0.72 0.43
Hex BC 1E 47 0 54 3E 1A 158 48 2B
Octal 274 36 107 0 124 76 32 530 110 53
Binary 10111100 11110 1000111 0 1010100 111110 11010 101011000 1001000 101011

Color Harmonies of #BC1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E47

Black with #BC1E47

Text Example


Text Example

White with #BC1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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