#B8132E

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

Shades of Cardinal #B8132E

Tints of Cardinal #B8132E

Color information

#B8132E (or 0xB8132E) is unknown color: approx Cardinal. HEX triplet: B8, 13 and 2E. RGB value is (184,19,46). Sum of RGB (Red+Green+Blue) = 184+19+46=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8132E is #47ECD1. Grayscale: #474747. Windows color (decimal): -4713682 or 3019704. OLE color: 3019704.

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

Color convert

RGB1841946-
CMYK00.900.750.28
HSL350.18º81.28%39.8%-
HSV(B)350.18º89.67%72.16%-
XYZ20.4910.853.6-
YUV71.41113.66208.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.90%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=73.90%
G=7.63%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184194600.900.750.28350.1881.2839.8
HexB8132E05A4B1C15e5128
Octal270235601321133453612150
Binary1011100010011101110010110101001011111001010111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8132E; }

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

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

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

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

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

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

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

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