Html Css Color HEX #BC1748 Cardinal

📋 copy color: '#BC1748'

red 188 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #BC1748

Tints of Cardinal #BC1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 66.43%
G = 8.13%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC1748 (or 0xBC1748) is known color: Cardinal. HEX triplet: BC, 17 and 48. RGB value is (188,23,72). Sum of RGB (Red+Green+Blue) = 188+23+72=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1748 is #43E8B7. Grayscale: #4D4D4D. Windows color (decimal): -4450488 or 4724668. OLE color: 4724668.

HSL color Cylindrical-coordinate representation of color #BC1748: hue angle of 342.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1748 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 72 -
CMYK 0 0.88 0.62 0.26
HSL 342.18º 0.78% 0.41% -
HSV(B) 342.18º 0.88% 0.74% -
XYZ 22.22 11.77 7.23 -
YUV 77.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 188 23 72 0 0.88 0.62 0.26 342.18 0.78 0.41
Hex BC 17 48 0 58 3E 1A 156 4E 29
Octal 274 27 110 0 130 76 32 526 116 51
Binary 10111100 10111 1001000 0 1011000 111110 11010 101010110 1001110 101001

Color Harmonies of #BC1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1748

Black with #BC1748

Text Example


Text Example

White with #BC1748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1748; }

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

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

background-color css

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

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

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

border-color css

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

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

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