Html Css Color HEX #BC1237 Cardinal

📋 copy color: '#BC1237'

red 188 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #BC1237

Tints of Cardinal #BC1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 72.03%
G = 6.9%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC1237 (or 0xBC1237) is known color: Cardinal. HEX triplet: BC, 12 and 37. RGB value is (188,18,55). Sum of RGB (Red+Green+Blue) = 188+18+55=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1237 is #43EDC8. Grayscale: #494949. Windows color (decimal): -4451785 or 3609276. OLE color: 3609276.

HSL color Cylindrical-coordinate representation of color #BC1237: hue angle of 346.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1237 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 55 -
CMYK 0 0.90 0.71 0.26
HSL 346.94º 0.83% 0.4% -
HSV(B) 346.94º 0.9% 0.74% -
XYZ 21.64 11.4 4.67 -
YUV 73.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 188 18 55 0 0.90 0.71 0.26 346.94 0.83 0.4
Hex BC 12 37 0 5A 47 1A 15B 53 28
Octal 274 22 67 0 132 107 32 533 123 50
Binary 10111100 10010 110111 0 1011010 1000111 11010 101011011 1010011 101000

Color Harmonies of #BC1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1237

Black with #BC1237

Text Example


Text Example

White with #BC1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1237; }

 p { color: rgb(188,18,55); }

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

background-color css

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

 a { background-color: rgb(188,18,55); }

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

border-color css

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

 span { border-color: rgb(188,18,55); }

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