Html Css Color HEX #BC2144 Cardinal

📋 copy color: '#BC2144'

red 188 ◦ green 33 ◦ blue 68

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

Shades of Cardinal #BC2144

Tints of Cardinal #BC2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 65.05%
G = 11.42%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC2144 (or 0xBC2144) is known color: Cardinal. HEX triplet: BC, 21 and 44. RGB value is (188,33,68). Sum of RGB (Red+Green+Blue) = 188+33+68=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2144 is #43DEBB. Grayscale: #535353. Windows color (decimal): -4447932 or 4465084. OLE color: 4465084.

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

Color convert

RGB 188 33 68 -
CMYK 0 0.82 0.64 0.26
HSL 346.45º 0.7% 0.43% -
HSV(B) 346.45º 0.82% 0.74% -
XYZ 22.33 12.2 6.65 -
YUV 83.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 188 33 68 0 0.82 0.64 0.26 346.45 0.7 0.43
Hex BC 21 44 0 52 40 1A 15A 46 2B
Octal 274 41 104 0 122 100 32 532 106 53
Binary 10111100 100001 1000100 0 1010010 1000000 11010 101011010 1000110 101011

Color Harmonies of #BC2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2144

Black with #BC2144

Text Example


Text Example

White with #BC2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2144; }

 p { color: rgb(188,33,68); }

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

background-color css

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

 a { background-color: rgb(188,33,68); }

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

border-color css

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

 span { border-color: rgb(188,33,68); }

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