#B81D46

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

Shades of Cardinal #B81D46

Tints of Cardinal #B81D46

Color information

#B81D46 (or 0xB81D46) is unknown color: approx Cardinal. HEX triplet: B8, 1D and 46. RGB value is (184,29,70). Sum of RGB (Red+Green+Blue) = 184+29+70=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D46 is #47E2B9. Grayscale: #505050. Windows color (decimal): -4711098 or 4595128. OLE color: 4595128.

HSL color Cylindrical-coordinate representation of color #B81D46: hue angle of 344.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D46 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1842970-
CMYK00.840.620.28
HSL344.13º72.77%41.76%-
HSV(B)344.13º84.24%72.16%-
XYZ21.3111.516.89-
YUV80.02122.35202.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.02%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=65.02%
G=10.25%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184297000.840.620.28344.1372.7741.76
HexB81D460543E1C158492a
Octal270351060124763453011152
Binary1011100011101100011001010100111110111001010110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D46; }

 p { color: rgb(184,29,70); }

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

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

 a { background-color: rgb(184,29,70); }

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

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

 span { border-color: rgb(184,29,70); }

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