Html Css Color HEX #BC0548 Cardinal

📋 copy color: '#BC0548'

red 188 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #BC0548

Tints of Cardinal #BC0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 70.94%
G = 1.89%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC0548 (or 0xBC0548) is known color: Cardinal. HEX triplet: BC, 05 and 48. RGB value is (188,5,72). Sum of RGB (Red+Green+Blue) = 188+5+72=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0548 is #43FAB7. Grayscale: #434343. Windows color (decimal): -4455096 or 4720060. OLE color: 4720060.

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

Color convert

RGB 188 5 72 -
CMYK 0 0.97 0.62 0.26
HSL 338.03º 0.95% 0.38% -
HSV(B) 338.03º 0.97% 0.74% -
XYZ 21.96 11.27 7.15 -
YUV 67.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 188 5 72 0 0.97 0.62 0.26 338.03 0.95 0.38
Hex BC 5 48 0 61 3E 1A 152 5F 26
Octal 274 5 110 0 141 76 32 522 137 46
Binary 10111100 101 1001000 0 1100001 111110 11010 101010010 1011111 100110

Color Harmonies of #BC0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0548

Black with #BC0548

Text Example


Text Example

White with #BC0548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0548; }

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

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

background-color css

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

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

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

border-color css

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

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

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