Html Css Color HEX #BC1848 Cardinal

📋 copy color: '#BC1848'

red 188 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #BC1848

Tints of Cardinal #BC1848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 66.2%
G = 8.45%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC1848 (or 0xBC1848) is known color: Cardinal. HEX triplet: BC, 18 and 48. RGB value is (188,24,72). Sum of RGB (Red+Green+Blue) = 188+24+72=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1848 is #43E7B7. Grayscale: #4E4E4E. Windows color (decimal): -4450232 or 4724924. OLE color: 4724924.

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

Color convert

RGB 188 24 72 -
CMYK 0 0.87 0.62 0.26
HSL 342.44º 0.77% 0.42% -
HSV(B) 342.44º 0.87% 0.74% -
XYZ 22.24 11.81 7.24 -
YUV 78.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 188 24 72 0 0.87 0.62 0.26 342.44 0.77 0.42
Hex BC 18 48 0 57 3E 1A 156 4D 2A
Octal 274 30 110 0 127 76 32 526 115 52
Binary 10111100 11000 1001000 0 1010111 111110 11010 101010110 1001101 101010

Color Harmonies of #BC1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1848

Black with #BC1848

Text Example


Text Example

White with #BC1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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