#B22540

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

Shades of Cardinal #B22540

Tints of Cardinal #B22540

Color information

#B22540 (or 0xB22540) is unknown color: approx Cardinal. HEX triplet: B2, 25 and 40. RGB value is (178,37,64). Sum of RGB (Red+Green+Blue) = 178+37+64=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22540 is #4DDABF. Grayscale: #525252. Windows color (decimal): -5102272 or 4203954. OLE color: 4203954.

HSL color Cylindrical-coordinate representation of color #B22540: hue angle of 348.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22540 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1783764-
CMYK00.790.640.30
HSL348.51º65.58%42.16%-
HSV(B)348.51º79.21%69.8%-
XYZ19.9511.165.95-
YUV82.24117.71196.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=63.80%
G=13.26%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178376400.790.640.30348.5165.5842.16
HexB2254004F401E15d422a
Octal2624510001171003653510252
Binary101100101001011000000010011111000000111101010111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22540; }

 p { color: rgb(178,37,64); }

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

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

 a { background-color: rgb(178,37,64); }

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

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

 span { border-color: rgb(178,37,64); }

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