#B8134A

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

Shades of Cardinal #B8134A

Tints of Cardinal #B8134A

Color information

#B8134A (or 0xB8134A) is unknown color: approx Cardinal. HEX triplet: B8, 13 and 4A. RGB value is (184,19,74). Sum of RGB (Red+Green+Blue) = 184+19+74=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8134A is #47ECB5. Grayscale: #4A4A4A. Windows color (decimal): -4713654 or 4854712. OLE color: 4854712.

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

Color convert

RGB1841974-
CMYK00.900.600.28
HSL340º81.28%39.8%-
HSV(B)340º89.67%72.16%-
XYZ21.2411.157.51-
YUV74.6127.66206.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.43%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=66.43%
G=6.86%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184197400.900.600.2834081.2839.8
HexB8134A05A3C1C1545128
Octal270231120132743452412150
Binary1011100010011100101001011010111100111001010101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8134A; }

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

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

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

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

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

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

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

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