#B8053D

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

Shades of Cardinal #B8053D

Tints of Cardinal #B8053D

Color information

#B8053D (or 0xB8053D) is unknown color: approx Cardinal. HEX triplet: B8, 05 and 3D. RGB value is (184,5,61). Sum of RGB (Red+Green+Blue) = 184+5+61=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8053D is #47FAC2. Grayscale: #404040. Windows color (decimal): -4717251 or 3999160. OLE color: 3999160.

HSL color Cylindrical-coordinate representation of color #B8053D: hue angle of 341.23º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8053D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB184561-
CMYK00.970.670.28
HSL341.23º94.71%37.06%-
HSV(B)341.23º97.28%72.16%-
XYZ20.6610.645.38-
YUV64.9125.8212.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.6%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=73.6%
G=2%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18456100.970.670.28341.2394.7137.06
HexB853D061431C1555f25
Octal27057501411033452513745
Binary10111000101111101011000011000011111001010101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8053D; }

 p { color: rgb(184,5,61); }

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

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

 a { background-color: rgb(184,5,61); }

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

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

 span { border-color: rgb(184,5,61); }

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