#B5132D

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

Shades of Cardinal #B5132D

Tints of Cardinal #B5132D

Color information

#B5132D (or 0xB5132D) is unknown color: approx Cardinal. HEX triplet: B5, 13 and 2D. RGB value is (181,19,45). Sum of RGB (Red+Green+Blue) = 181+19+45=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5132D is #4AECD2. Grayscale: #464646. Windows color (decimal): -4910291 or 2954165. OLE color: 2954165.

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

Color convert

RGB1811945-
CMYK00.900.750.29
HSL350.37º81%39.22%-
HSV(B)350.37º89.5%70.98%-
XYZ19.7610.483.46-
YUV70.4113.67206.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.88%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=73.88%
G=7.76%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181194500.900.750.29350.378139.22
HexB5132D05A4B1D15e5127
Octal265235501321133553612147
Binary1011010110011101101010110101001011111011010111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5132D; }

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

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

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

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

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

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

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

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