Html Css Color HEX #BC1243 Cardinal

📋 copy color: '#BC1243'

red 188 ◦ green 18 ◦ blue 67

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

Shades of Cardinal #BC1243

Tints of Cardinal #BC1243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 68.86%
G = 6.59%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC1243 (or 0xBC1243) is known color: Cardinal. HEX triplet: BC, 12 and 43. RGB value is (188,18,67). Sum of RGB (Red+Green+Blue) = 188+18+67=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1243 is #43EDBC. Grayscale: #4A4A4A. Windows color (decimal): -4451773 or 4395708. OLE color: 4395708.

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

Color convert

RGB 188 18 67 -
CMYK 0 0.90 0.64 0.26
HSL 342.71º 0.83% 0.4% -
HSV(B) 342.71º 0.9% 0.74% -
XYZ 21.97 11.53 6.38 -
YUV 74.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 188 18 67 0 0.90 0.64 0.26 342.71 0.83 0.4
Hex BC 12 43 0 5A 40 1A 157 53 28
Octal 274 22 103 0 132 100 32 527 123 50
Binary 10111100 10010 1000011 0 1011010 1000000 11010 101010111 1010011 101000

Color Harmonies of #BC1243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1243

Black with #BC1243

Text Example


Text Example

White with #BC1243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1243; }

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

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

background-color css

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

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

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

border-color css

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

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

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