#B50F34

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

Shades of Cardinal #B50F34

Tints of Cardinal #B50F34

Color information

#B50F34 (or 0xB50F34) is unknown color: approx Cardinal. HEX triplet: B5, 0F and 34. RGB value is (181,15,52). Sum of RGB (Red+Green+Blue) = 181+15+52=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F34 is #4AF0CB. Grayscale: #444444. Windows color (decimal): -4911308 or 3411893. OLE color: 3411893.

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

Color convert

RGB1811552-
CMYK00.920.710.29
HSL346.63º84.69%38.43%-
HSV(B)346.63º91.71%70.98%-
XYZ19.8510.414.21-
YUV68.85118.5207.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.98%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=72.98%
G=6.05%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181155200.920.710.29346.6384.6938.43
HexB5F3405C471D15b5526
Octal265176401341073553312546
Binary101101011111110100010111001000111111011010110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F34; }

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

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

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

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

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

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

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

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