#B90130

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

Shades of Cardinal #B90130

Tints of Cardinal #B90130

Color information

#B90130 (or 0xB90130) is unknown color: approx Cardinal. HEX triplet: B9, 01 and 30. RGB value is (185,1,48). Sum of RGB (Red+Green+Blue) = 185+1+48=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B90130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90130 is #46FECF. Grayscale: #3D3D3D. Windows color (decimal): -4652752 or 3146169. OLE color: 3146169.

HSL color Cylindrical-coordinate representation of color #B90130: hue angle of 344.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90130 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB185148-
CMYK00.990.740.27
HSL344.67º98.92%36.47%-
HSV(B)344.67º99.46%72.55%-
XYZ20.5510.553.75-
YUV61.37120.46216.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 79.06%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=79.06%
G=0.43%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514800.990.740.27344.6798.9236.47
HexB91300634A1B1596324
Octal27116001431123353114344
Binary101110011110000011000111001010110111010110011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90130; }

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

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

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

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

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

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

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

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