Html Css Color HEX #BC2443 Cardinal

📋 copy color: '#BC2443'

red 188 ◦ green 36 ◦ blue 67

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

Shades of Cardinal #BC2443

Tints of Cardinal #BC2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

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

R = 64.6%
G = 12.37%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC2443 (or 0xBC2443) is known color: Cardinal. HEX triplet: BC, 24 and 43. RGB value is (188,36,67). Sum of RGB (Red+Green+Blue) = 188+36+67=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2443 is #43DBBC. Grayscale: #555555. Windows color (decimal): -4447165 or 4400316. OLE color: 4400316.

HSL color Cylindrical-coordinate representation of color #BC2443: hue angle of 347.76º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2443 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 67 -
CMYK 0 0.81 0.64 0.26
HSL 347.76º 0.68% 0.44% -
HSV(B) 347.76º 0.81% 0.74% -
XYZ 22.38 12.36 6.52 -
YUV 84.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 188 36 67 0 0.81 0.64 0.26 347.76 0.68 0.44
Hex BC 24 43 0 51 40 1A 15C 44 2C
Octal 274 44 103 0 121 100 32 534 104 54
Binary 10111100 100100 1000011 0 1010001 1000000 11010 101011100 1000100 101100

Color Harmonies of #BC2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2443

Black with #BC2443

Text Example


Text Example

White with #BC2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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