#B50B2A

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

Shades of Cardinal #B50B2A

Tints of Cardinal #B50B2A

Color information

#B50B2A (or 0xB50B2A) is unknown color: approx Cardinal. HEX triplet: B5, 0B and 2A. RGB value is (181,11,42). Sum of RGB (Red+Green+Blue) = 181+11+42=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B2A is #4AF4D5. Grayscale: #414141. Windows color (decimal): -4912342 or 2755509. OLE color: 2755509.

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

Color convert

RGB1811142-
CMYK00.940.770.29
HSL349.06º88.54%37.65%-
HSV(B)349.06º93.92%70.98%-
XYZ19.5910.233.13-
YUV65.36114.82210.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.35%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=77.35%
G=4.70%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181114200.940.770.29349.0688.5437.65
HexB5B2A05E4D1D15d5926
Octal265135201361153553513146
Binary101101011011101010010111101001101111011010111011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B2A; }

 p { color: rgb(181,11,42); }

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

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

 a { background-color: rgb(181,11,42); }

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

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

 span { border-color: rgb(181,11,42); }

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