#B50F32

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

Shades of Cardinal #B50F32

Tints of Cardinal #B50F32

Color information

#B50F32 (or 0xB50F32) is unknown color: approx Cardinal. HEX triplet: B5, 0F and 32. RGB value is (181,15,50). Sum of RGB (Red+Green+Blue) = 181+15+50=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F32 is #4AF0CD. Grayscale: #444444. Windows color (decimal): -4911310 or 3280821. OLE color: 3280821.

HSL color Cylindrical-coordinate representation of color #B50F32: hue angle of 347.35º degrees, saturation: 0.85, 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 #B50F32 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1811550-
CMYK00.920.720.29
HSL347.35º84.69%38.43%-
HSV(B)347.35º91.71%70.98%-
XYZ19.810.43.98-
YUV68.62117.5208.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.58%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=73.58%
G=6.10%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181155000.920.720.29347.3584.6938.43
HexB5F3205C481D15b5526
Octal265176201341103553312546
Binary101101011111110010010111001001000111011010110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F32; }

 p { color: rgb(181,15,50); }

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

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

 a { background-color: rgb(181,15,50); }

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

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

 span { border-color: rgb(181,15,50); }

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