#B8154A

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

Shades of Cardinal #B8154A

Tints of Cardinal #B8154A

Color information

#B8154A (or 0xB8154A) is unknown color: approx Cardinal. HEX triplet: B8, 15 and 4A. RGB value is (184,21,74). Sum of RGB (Red+Green+Blue) = 184+21+74=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8154A is #47EAB5. Grayscale: #4B4B4B. Windows color (decimal): -4713142 or 4855224. OLE color: 4855224.

HSL color Cylindrical-coordinate representation of color #B8154A: hue angle of 340.49º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8154A is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1842174-
CMYK00.890.600.28
HSL340.49º79.51%40.2%-
HSV(B)340.49º88.59%72.16%-
XYZ21.2711.227.52-
YUV75.78127205.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.95%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=65.95%
G=7.53%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184217400.890.600.28340.4979.5140.2
HexB8154A0593C1C1545028
Octal270251120131743452412050
Binary1011100010101100101001011001111100111001010101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8154A; }

 p { color: rgb(184,21,74); }

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

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

 a { background-color: rgb(184,21,74); }

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

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

 span { border-color: rgb(184,21,74); }

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