#B50E2D

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

Shades of Cardinal #B50E2D

Tints of Cardinal #B50E2D

Color information

#B50E2D (or 0xB50E2D) is unknown color: approx Cardinal. HEX triplet: B5, 0E and 2D. RGB value is (181,14,45). Sum of RGB (Red+Green+Blue) = 181+14+45=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E2D is #4AF1D2. Grayscale: #434343. Windows color (decimal): -4911571 or 2952885. OLE color: 2952885.

HSL color Cylindrical-coordinate representation of color #B50E2D: hue angle of 348.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50E2D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1811445-
CMYK00.920.750.29
HSL348.86º85.64%38.24%-
HSV(B)348.86º92.27%70.98%-
XYZ19.6910.333.44-
YUV67.47115.33208.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.42%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=75.42%
G=5.83%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181144500.920.750.29348.8685.6438.24
HexB5E2D05C4B1D15d5626
Octal265165501341133553512646
Binary101101011110101101010111001001011111011010111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E2D; }

 p { color: rgb(181,14,45); }

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

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

 a { background-color: rgb(181,14,45); }

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

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

 span { border-color: rgb(181,14,45); }

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