#B90436

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

Shades of Cardinal #B90436

Tints of Cardinal #B90436

Color information

#B90436 (or 0xB90436) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 36. RGB value is (185,4,54). Sum of RGB (Red+Green+Blue) = 185+4+54=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B90436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90436 is #46FBC9. Grayscale: #3F3F3F. Windows color (decimal): -4651978 or 3540153. OLE color: 3540153.

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

Color convert

RGB185454-
CMYK00.980.710.27
HSL343.43º95.77%37.06%-
HSV(B)343.43º97.84%72.55%-
XYZ20.7210.674.46-
YUV63.82122.47214.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.13%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=76.13%
G=1.65%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18545400.980.710.27343.4395.7737.06
HexB9436062471B1576025
Octal27146601421073352714045
Binary10111001100110110011000101000111110111010101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90436; }

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

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

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

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

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

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

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

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