#B90B2E

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

Shades of Cardinal #B90B2E

Tints of Cardinal #B90B2E

Color information

#B90B2E (or 0xB90B2E) is unknown color: approx Cardinal. HEX triplet: B9, 0B and 2E. RGB value is (185,11,46). Sum of RGB (Red+Green+Blue) = 185+11+46=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B2E is #46F4D1. Grayscale: #434343. Windows color (decimal): -4650194 or 3017657. OLE color: 3017657.

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

Color convert

RGB1851146-
CMYK00.940.750.27
HSL347.93º88.78%38.43%-
HSV(B)347.93º94.05%72.55%-
XYZ20.6210.753.57-
YUV67.02116.15212.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.45%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=76.45%
G=4.55%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185114600.940.750.27347.9388.7838.43
HexB9B2E05E4B1B15c5926
Octal271135601361133353413146
Binary101110011011101110010111101001011110111010111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90B2E; }

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

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

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

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

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

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

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

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