#B90443

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

Shades of Cardinal #B90443

Tints of Cardinal #B90443

Color information

#B90443 (or 0xB90443) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 43. RGB value is (185,4,67). Sum of RGB (Red+Green+Blue) = 185+4+67=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B90443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90443 is #46FBBC. Grayscale: #414141. Windows color (decimal): -4651965 or 4392121. OLE color: 4392121.

HSL color Cylindrical-coordinate representation of color #B90443: hue angle of 339.12º 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 #B90443 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB185467-
CMYK00.980.640.27
HSL339.12º95.77%37.06%-
HSV(B)339.12º97.84%72.55%-
XYZ21.0610.816.29-
YUV65.3128.97213.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 72.27%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=72.27%
G=1.56%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18546700.980.640.27339.1295.7737.06
HexB9443062401B1536025
Octal271410301421003352314045
Binary101110011001000011011000101000000110111010100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90443; }

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

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

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

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

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

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

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

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