#B9184B

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

Shades of Cardinal #B9184B

Tints of Cardinal #B9184B

Color information

#B9184B (or 0xB9184B) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 4B. RGB value is (185,24,75). Sum of RGB (Red+Green+Blue) = 185+24+75=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9184B is #46E7B4. Grayscale: #4D4D4D. Windows color (decimal): -4646837 or 4921529. OLE color: 4921529.

HSL color Cylindrical-coordinate representation of color #B9184B: hue angle of 340.99º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9184B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1852475-
CMYK00.870.590.27
HSL340.99º77.03%40.98%-
HSV(B)340.99º87.03%72.55%-
XYZ21.611.487.73-
YUV77.95126.34204.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=65.14%
G=8.45%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185247500.870.590.27340.9977.0340.98
HexB9184B0573B1B1554d29
Octal271301130127733352511551
Binary1011100111000100101101010111111011110111010101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9184B; }

 p { color: rgb(185,24,75); }

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

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

 a { background-color: rgb(185,24,75); }

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

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

 span { border-color: rgb(185,24,75); }

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