#B81532

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

Shades of Cardinal #B81532

Tints of Cardinal #B81532

Color information

#B81532 (or 0xB81532) is unknown color: approx Cardinal. HEX triplet: B8, 15 and 32. RGB value is (184,21,50). Sum of RGB (Red+Green+Blue) = 184+21+50=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B81532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81532 is #47EACD. Grayscale: #494949. Windows color (decimal): -4713166 or 3282360. OLE color: 3282360.

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

Color convert

RGB1842150-
CMYK00.890.730.28
HSL349.33º79.51%40.2%-
HSV(B)349.33º88.59%72.16%-
XYZ20.6110.964.05-
YUV73.04115207.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=72.16%
G=8.24%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184215000.890.730.28349.3379.5140.2
HexB81532059491C15d5028
Octal270256201311113453512050
Binary1011100010101110010010110011001001111001010111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81532; }

 p { color: rgb(184,21,50); }

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

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

 a { background-color: rgb(184,21,50); }

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

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

 span { border-color: rgb(184,21,50); }

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