Html Css Color HEX #BC0543 Cardinal

📋 copy color: '#BC0543'

red 188 ◦ green 5 ◦ blue 67

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

Shades of Cardinal #BC0543

Tints of Cardinal #BC0543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 72.31%
G = 1.92%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC0543 (or 0xBC0543) is known color: Cardinal. HEX triplet: BC, 05 and 43. RGB value is (188,5,67). Sum of RGB (Red+Green+Blue) = 188+5+67=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0543 is #43FABC. Grayscale: #424242. Windows color (decimal): -4455101 or 4392380. OLE color: 4392380.

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

Color convert

RGB 188 5 67 -
CMYK 0 0.97 0.64 0.26
HSL 339.67º 0.95% 0.38% -
HSV(B) 339.67º 0.97% 0.74% -
XYZ 21.81 11.21 6.32 -
YUV 66.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 188 5 67 0 0.97 0.64 0.26 339.67 0.95 0.38
Hex BC 5 43 0 61 40 1A 154 5F 26
Octal 274 5 103 0 141 100 32 524 137 46
Binary 10111100 101 1000011 0 1100001 1000000 11010 101010100 1011111 100110

Color Harmonies of #BC0543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0543

Black with #BC0543

Text Example


Text Example

White with #BC0543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0543; }

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

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

background-color css

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

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

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

border-color css

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

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

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