Html Css Color HEX #BC0537 Cardinal

📋 copy color: '#BC0537'

red 188 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #BC0537

Tints of Cardinal #BC0537

RGB

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

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

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

R = 75.81%
G = 2.02%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC0537 (or 0xBC0537) is known color: Cardinal. HEX triplet: BC, 05 and 37. RGB value is (188,5,55). Sum of RGB (Red+Green+Blue) = 188+5+55=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0537 is #43FAC8. Grayscale: #414141. Windows color (decimal): -4455113 or 3605948. OLE color: 3605948.

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

Color convert

RGB 188 5 55 -
CMYK 0 0.97 0.71 0.26
HSL 343.61º 0.95% 0.38% -
HSV(B) 343.61º 0.97% 0.74% -
XYZ 21.48 11.08 4.62 -
YUV 65.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 188 5 55 0 0.97 0.71 0.26 343.61 0.95 0.38
Hex BC 5 37 0 61 47 1A 158 5F 26
Octal 274 5 67 0 141 107 32 530 137 46
Binary 10111100 101 110111 0 1100001 1000111 11010 101011000 1011111 100110

Color Harmonies of #BC0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0537

Black with #BC0537

Text Example


Text Example

White with #BC0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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