Html Css Color HEX #BC2140 Cardinal

📋 copy color: '#BC2140'

red 188 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #BC2140

Tints of Cardinal #BC2140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 65.96%
G = 11.58%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC2140 (or 0xBC2140) is known color: Cardinal. HEX triplet: BC, 21 and 40. RGB value is (188,33,64). Sum of RGB (Red+Green+Blue) = 188+33+64=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2140 is #43DEBF. Grayscale: #525252. Windows color (decimal): -4447936 or 4202940. OLE color: 4202940.

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

Color convert

RGB 188 33 64 -
CMYK 0 0.82 0.66 0.26
HSL 348º 0.7% 0.43% -
HSV(B) 348º 0.82% 0.74% -
XYZ 22.21 12.15 6.03 -
YUV 82.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 188 33 64 0 0.82 0.66 0.26 348 0.7 0.43
Hex BC 21 40 0 52 42 1A 15C 46 2B
Octal 274 41 100 0 122 102 32 534 106 53
Binary 10111100 100001 1000000 0 1010010 1000010 11010 101011100 1000110 101011

Color Harmonies of #BC2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2140

Black with #BC2140

Text Example


Text Example

White with #BC2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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