#B50F3F

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

Shades of Cardinal #B50F3F

Tints of Cardinal #B50F3F

Color information

#B50F3F (or 0xB50F3F) is unknown color: approx Cardinal. HEX triplet: B5, 0F and 3F. RGB value is (181,15,63). Sum of RGB (Red+Green+Blue) = 181+15+63=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F3F is #4AF0C0. Grayscale: #464646. Windows color (decimal): -4911297 or 4132789. OLE color: 4132789.

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

Color convert

RGB1811563-
CMYK00.920.650.29
HSL342.65º84.69%38.43%-
HSV(B)342.65º91.71%70.98%-
XYZ20.1210.525.67-
YUV70.11124207.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 63 (25% from 255) = 24.32%
R=69.88%
G=5.79%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181156300.920.650.29342.6584.6938.43
HexB5F3F05C411D1575526
Octal265177701341013552712546
Binary101101011111111111010111001000001111011010101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F3F; }

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

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

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

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

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

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

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

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