#B50636

Color #B50636 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B50636

Tints of Cardinal #B50636

Color information

#B50636 (or 0xB50636) is unknown color: approx Cardinal. HEX triplet: B5, 06 and 36. RGB value is (181,6,54). Sum of RGB (Red+Green+Blue) = 181+6+54=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B50636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50636 is #4AF9C9. Grayscale: #3F3F3F. Windows color (decimal): -4913610 or 3540661. OLE color: 3540661.

HSL color Cylindrical-coordinate representation of color #B50636: hue angle of 343.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50636 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB181654-
CMYK00.970.700.29
HSL343.54º93.58%36.67%-
HSV(B)343.54º96.69%70.98%-
XYZ19.7910.224.42-
YUV63.8122.48211.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.10%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=75.10%
G=2.49%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18165400.970.700.29343.5493.5836.67
HexB5636061461D1585e25
Octal26566601411063553013645
Binary10110101110110110011000011000110111011010110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50636; }

 p { color: rgb(181,6,54); }

 H1.HeaderClassName
 {
   color: #B50636;
 }
 .AnyTagClassName
 {
   color: #B50636;
 }
</style>
background-color css

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

 a { background-color: rgb(181,6,54); }

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

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

 span { border-color: rgb(181,6,54); }

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