#B90B3F

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

Shades of Cardinal #B90B3F

Tints of Cardinal #B90B3F

Color information

#B90B3F (or 0xB90B3F) is unknown color: approx Cardinal. HEX triplet: B9, 0B and 3F. RGB value is (185,11,63). Sum of RGB (Red+Green+Blue) = 185+11+63=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B3F is #46F4C0. Grayscale: #444444. Windows color (decimal): -4650177 or 4131769. OLE color: 4131769.

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

Color convert

RGB1851163-
CMYK00.940.660.27
HSL342.07º88.78%38.43%-
HSV(B)342.07º94.05%72.55%-
XYZ21.0210.915.7-
YUV68.95124.65210.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 63 (25% from 255) = 24.32%
R=71.43%
G=4.25%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185116300.940.660.27342.0788.7838.43
HexB9B3F05E421B1565926
Octal271137701361023352613146
Binary101110011011111111010111101000010110111010101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90B3F; }

 p { color: rgb(185,11,63); }

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

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

 a { background-color: rgb(185,11,63); }

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

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

 span { border-color: rgb(185,11,63); }

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