Html Css Color HEX #BC2143 Cardinal

📋 copy color: '#BC2143'

red 188 ◦ green 33 ◦ blue 67

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

Shades of Cardinal #BC2143

Tints of Cardinal #BC2143

RGB

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

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

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

R = 65.28%
G = 11.46%
B = 23.26%

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

#BC2143 (or 0xBC2143) is known color: Cardinal. HEX triplet: BC, 21 and 43. RGB value is (188,33,67). Sum of RGB (Red+Green+Blue) = 188+33+67=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2143 is #43DEBC. Grayscale: #535353. Windows color (decimal): -4447933 or 4399548. OLE color: 4399548.

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

Color convert

RGB 188 33 67 -
CMYK 0 0.82 0.64 0.26
HSL 346.84º 0.7% 0.43% -
HSV(B) 346.84º 0.82% 0.74% -
XYZ 22.3 12.18 6.49 -
YUV 83.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 188 33 67 0 0.82 0.64 0.26 346.84 0.7 0.43
Hex BC 21 43 0 52 40 1A 15B 46 2B
Octal 274 41 103 0 122 100 32 533 106 53
Binary 10111100 100001 1000011 0 1010010 1000000 11010 101011011 1000110 101011

Color Harmonies of #BC2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2143

Black with #BC2143

Text Example


Text Example

White with #BC2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2143; }

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

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

background-color css

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

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

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

border-color css

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

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

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