#B22636

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

Shades of Cardinal #B22636

Tints of Cardinal #B22636

Color information

#B22636 (or 0xB22636) is unknown color: approx Cardinal. HEX triplet: B2, 26 and 36. RGB value is (178,38,54). Sum of RGB (Red+Green+Blue) = 178+38+54=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B22636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22636 is #4DD9C9. Grayscale: #515151. Windows color (decimal): -5102026 or 3548850. OLE color: 3548850.

HSL color Cylindrical-coordinate representation of color #B22636: hue angle of 353.14º degrees, saturation: 0.65, 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 #B22636 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1783854-
CMYK00.790.700.30
HSL353.14º64.81%42.35%-
HSV(B)353.14º78.65%69.8%-
XYZ19.7211.124.6-
YUV81.68112.38196.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 54 (21.48% from 255) = 20%
R=65.93%
G=14.07%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178385400.790.700.30353.1464.8142.35
HexB2263604F461E161412a
Octal262466601171063654110152
Binary10110010100110110110010011111000110111101011000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22636; }

 p { color: rgb(178,38,54); }

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

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

 a { background-color: rgb(178,38,54); }

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

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

 span { border-color: rgb(178,38,54); }

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