#B90444

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

Shades of Cardinal #B90444

Tints of Cardinal #B90444

Color information

#B90444 (or 0xB90444) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 44. RGB value is (185,4,68). Sum of RGB (Red+Green+Blue) = 185+4+68=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B90444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90444 is #46FBBB. Grayscale: #414141. Windows color (decimal): -4651964 or 4457657. OLE color: 4457657.

HSL color Cylindrical-coordinate representation of color #B90444: hue angle of 338.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90444 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB185468-
CMYK00.980.630.27
HSL338.78º95.77%37.06%-
HSV(B)338.78º97.84%72.55%-
XYZ21.0910.826.45-
YUV65.41129.47213.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=71.98%
G=1.56%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18546800.980.630.27338.7895.7737.06
HexB94440623F1B1536025
Octal27141040142773352314045
Binary10111001100100010001100010111111110111010100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90444; }

 p { color: rgb(185,4,68); }

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

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

 a { background-color: rgb(185,4,68); }

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

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

 span { border-color: rgb(185,4,68); }

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