#B90445

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

Shades of Cardinal #B90445

Tints of Cardinal #B90445

Color information

#B90445 (or 0xB90445) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 45. RGB value is (185,4,69). Sum of RGB (Red+Green+Blue) = 185+4+69=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90445 is #46FBBA. Grayscale: #414141. Windows color (decimal): -4651963 or 4523193. OLE color: 4523193.

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

Color convert

RGB185469-
CMYK00.980.630.27
HSL338.45º95.77%37.06%-
HSV(B)338.45º97.84%72.55%-
XYZ21.1310.836.61-
YUV65.53129.97213.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=71.71%
G=1.55%
B=26.74%

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
Decimal18546900.980.630.27338.4595.7737.06
HexB94450623F1B1526025
Octal27141050142773352214045
Binary10111001100100010101100010111111110111010100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90445; }

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

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

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

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

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

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

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

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