#b22838

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

Shades of Cardinal #B22838

Tints of Cardinal #B22838

Color information

#B22838 (or 0xB22838) is unknown color: approx Cardinal. HEX triplet: B2, 28 and 38. RGB value is (178,40,56). Sum of RGB (Red+Green+Blue) = 178+40+56=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B22838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22838 is #4DD7C7. Grayscale: #535353. Windows color (decimal): -5101512 or 3680434. OLE color: 3680434.

HSL color Cylindrical-coordinate representation of color #B22838: hue angle of 353.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22838 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1784056-
CMYK00.780.690.30
HSL353.04º63.3%42.75%-
HSV(B)353.04º77.53%69.8%-
XYZ19.8311.274.87-
YUV83.09112.72195.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=64.96%
G=14.60%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178405600.780.690.30353.0463.342.75
HexB2283804E451E1613f2b
Octal26250700116105365417753
Binary1011001010100011100001001110100010111110101100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22838; }

 p { color: rgb(178,40,56); }

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

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

 a { background-color: rgb(178,40,56); }

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

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

 span { border-color: rgb(178,40,56); }

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