Html Css Color HEX #BC2141 Cardinal

📋 copy color: '#BC2141'

red 188 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #BC2141

Tints of Cardinal #BC2141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 65.73%
G = 11.54%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2141 (or 0xBC2141) is known color: Cardinal. HEX triplet: BC, 21 and 41. RGB value is (188,33,65). Sum of RGB (Red+Green+Blue) = 188+33+65=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2141 is #43DEBE. Grayscale: #535353. Windows color (decimal): -4447935 or 4268476. OLE color: 4268476.

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

Color convert

RGB 188 33 65 -
CMYK 0 0.82 0.65 0.26
HSL 347.61º 0.7% 0.43% -
HSV(B) 347.61º 0.82% 0.74% -
XYZ 22.24 12.16 6.18 -
YUV 82.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 188 33 65 0 0.82 0.65 0.26 347.61 0.7 0.43
Hex BC 21 41 0 52 41 1A 15C 46 2B
Octal 274 41 101 0 122 101 32 534 106 53
Binary 10111100 100001 1000001 0 1010010 1000001 11010 101011100 1000110 101011

Color Harmonies of #BC2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2141

Black with #BC2141

Text Example


Text Example

White with #BC2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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