#B81438

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

Shades of Cardinal #B81438

Tints of Cardinal #B81438

Color information

#B81438 (or 0xB81438) is unknown color: approx Cardinal. HEX triplet: B8, 14 and 38. RGB value is (184,20,56). Sum of RGB (Red+Green+Blue) = 184+20+56=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B81438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81438 is #47EBC7. Grayscale: #494949. Windows color (decimal): -4713416 or 3675320. OLE color: 3675320.

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

Color convert

RGB1842056-
CMYK00.890.700.28
HSL346.83º80.39%40%-
HSV(B)346.83º89.13%72.16%-
XYZ20.7310.984.77-
YUV73.14118.33207.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.77%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=70.77%
G=7.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184205600.890.700.28346.8380.3940
HexB81438059461C15b5028
Octal270247001311063453312050
Binary1011100010100111000010110011000110111001010110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81438; }

 p { color: rgb(184,20,56); }

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

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

 a { background-color: rgb(184,20,56); }

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

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

 span { border-color: rgb(184,20,56); }

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