Html Css Color HEX #BC1837 Cardinal

📋 copy color: '#BC1837'

red 188 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #BC1837

Tints of Cardinal #BC1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 70.41%
G = 8.99%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC1837 (or 0xBC1837) is known color: Cardinal. HEX triplet: BC, 18 and 37. RGB value is (188,24,55). Sum of RGB (Red+Green+Blue) = 188+24+55=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1837 is #43E7C8. Grayscale: #4C4C4C. Windows color (decimal): -4450249 or 3610812. OLE color: 3610812.

HSL color Cylindrical-coordinate representation of color #BC1837: hue angle of 348.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1837 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 55 -
CMYK 0 0.87 0.71 0.26
HSL 348.66º 0.77% 0.42% -
HSV(B) 348.66º 0.87% 0.74% -
XYZ 21.76 11.62 4.71 -
YUV 76.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 188 24 55 0 0.87 0.71 0.26 348.66 0.77 0.42
Hex BC 18 37 0 57 47 1A 15D 4D 2A
Octal 274 30 67 0 127 107 32 535 115 52
Binary 10111100 11000 110111 0 1010111 1000111 11010 101011101 1001101 101010

Color Harmonies of #BC1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1837

Black with #BC1837

Text Example


Text Example

White with #BC1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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