#B90430

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

Shades of Cardinal #B90430

Tints of Cardinal #B90430

Color information

#B90430 (or 0xB90430) is unknown color: approx Cardinal. HEX triplet: B9, 04 and 30. RGB value is (185,4,48). Sum of RGB (Red+Green+Blue) = 185+4+48=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90430 is #46FBCF. Grayscale: #3F3F3F. Windows color (decimal): -4651984 or 3146937. OLE color: 3146937.

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

Color convert

RGB185448-
CMYK00.980.740.27
HSL345.41º95.77%37.06%-
HSV(B)345.41º97.84%72.55%-
XYZ20.5810.613.76-
YUV63.14119.47214.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=78.06%
G=1.69%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18544800.980.740.27345.4195.7737.06
HexB94300624A1B1596025
Octal27146001421123353114045
Binary10111001100110000011000101001010110111010110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90430; }

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

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

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

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

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

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

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

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