#B5134A

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

Shades of Cardinal #B5134A

Tints of Cardinal #B5134A

Color information

#B5134A (or 0xB5134A) is unknown color: approx Cardinal. HEX triplet: B5, 13 and 4A. RGB value is (181,19,74). Sum of RGB (Red+Green+Blue) = 181+19+74=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5134A is #4AECB5. Grayscale: #494949. Windows color (decimal): -4910262 or 4854709. OLE color: 4854709.

HSL color Cylindrical-coordinate representation of color #B5134A: hue angle of 339.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5134A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1811974-
CMYK00.900.590.29
HSL339.63º81%39.22%-
HSV(B)339.63º89.5%70.98%-
XYZ20.5210.787.48-
YUV73.71128.17204.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.06%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=66.06%
G=6.93%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181197400.900.590.29339.638139.22
HexB5134A05A3B1D1545127
Octal265231120132733552412147
Binary1011010110011100101001011010111011111011010101001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5134A; }

 p { color: rgb(181,19,74); }

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

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

 a { background-color: rgb(181,19,74); }

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

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

 span { border-color: rgb(181,19,74); }

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