#B90C30

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

Shades of Cardinal #B90C30

Tints of Cardinal #B90C30

Color information

#B90C30 (or 0xB90C30) is unknown color: approx Cardinal. HEX triplet: B9, 0C and 30. RGB value is (185,12,48). Sum of RGB (Red+Green+Blue) = 185+12+48=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C30 is #46F3CF. Grayscale: #434343. Windows color (decimal): -4649936 or 3148985. OLE color: 3148985.

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

Color convert

RGB1851248-
CMYK00.940.740.27
HSL347.51º87.82%38.63%-
HSV(B)347.51º93.51%72.55%-
XYZ20.6710.793.79-
YUV67.83116.81211.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.51%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=75.51%
G=4.90%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185124800.940.740.27347.5187.8238.63
HexB9C3005E4A1B15c5827
Octal271146001361123353413047
Binary101110011100110000010111101001010110111010111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C30; }

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

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

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

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

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

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

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

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