#B8114B

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

Shades of Cardinal #B8114B

Tints of Cardinal #B8114B

Color information

#B8114B (or 0xB8114B) is unknown color: approx Cardinal. HEX triplet: B8, 11 and 4B. RGB value is (184,17,75). Sum of RGB (Red+Green+Blue) = 184+17+75=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8114B is #47EEB4. Grayscale: #494949. Windows color (decimal): -4714165 or 4919736. OLE color: 4919736.

HSL color Cylindrical-coordinate representation of color #B8114B: hue angle of 339.16º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8114B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1841775-
CMYK00.910.590.28
HSL339.16º83.08%39.41%-
HSV(B)339.16º90.76%72.16%-
XYZ21.2411.17.68-
YUV73.54128.83206.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=66.67%
G=6.16%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184177500.910.590.28339.1683.0839.41
HexB8114B05B3B1C1535327
Octal270211130133733452312347
Binary1011100010001100101101011011111011111001010100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8114B; }

 p { color: rgb(184,17,75); }

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

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

 a { background-color: rgb(184,17,75); }

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

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

 span { border-color: rgb(184,17,75); }

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