#B90442

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

Shades of Cardinal #B90442

Tints of Cardinal #B90442

Color information

#B90442 (or 0xB90442) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 42. RGB value is (185,4,66). Sum of RGB (Red+Green+Blue) = 185+4+66=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90442 is #46FBBD. Grayscale: #414141. Windows color (decimal): -4651966 or 4326585. OLE color: 4326585.

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

Color convert

RGB185466-
CMYK00.980.640.27
HSL339.45º95.77%37.06%-
HSV(B)339.45º97.84%72.55%-
XYZ21.0310.796.13-
YUV65.19128.47213.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 72.55%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=72.55%
G=1.57%
B=25.88%

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
Decimal18546600.980.640.27339.4595.7737.06
HexB9442062401B1536025
Octal271410201421003352314045
Binary101110011001000010011000101000000110111010100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90442; }

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

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

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

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

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

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

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

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