#B5122F

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

Shades of Cardinal #B5122F

Tints of Cardinal #B5122F

Color information

#B5122F (or 0xB5122F) is unknown color: approx Cardinal. HEX triplet: B5, 12 and 2F. RGB value is (181,18,47). Sum of RGB (Red+Green+Blue) = 181+18+47=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5122F is #4AEDD0. Grayscale: #464646. Windows color (decimal): -4910545 or 3084981. OLE color: 3084981.

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

Color convert

RGB1811847-
CMYK00.900.740.29
HSL349.33º81.91%39.02%-
HSV(B)349.33º90.06%70.98%-
XYZ19.7910.463.67-
YUV70.04115207.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.58%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=73.58%
G=7.32%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181184700.900.740.29349.3381.9139.02
HexB5122F05A4A1D15d5227
Octal265225701321123553512247
Binary1011010110010101111010110101001010111011010111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5122F; }

 p { color: rgb(181,18,47); }

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

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

 a { background-color: rgb(181,18,47); }

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

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

 span { border-color: rgb(181,18,47); }

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