#B2263A

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

Shades of Cardinal #B2263A

Tints of Cardinal #B2263A

Color information

#B2263A (or 0xB2263A) is unknown color: approx Cardinal. HEX triplet: B2, 26 and 3A. RGB value is (178,38,58). Sum of RGB (Red+Green+Blue) = 178+38+58=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2263A is #4DD9C5. Grayscale: #525252. Windows color (decimal): -5102022 or 3810994. OLE color: 3810994.

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

Color convert

RGB1783858-
CMYK00.790.670.30
HSL351.43º64.81%42.35%-
HSV(B)351.43º78.65%69.8%-
XYZ19.8211.165.11-
YUV82.14114.38196.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=64.96%
G=13.87%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178385800.790.670.30351.4364.8142.35
HexB2263A04F431E15f412a
Octal262467201171033653710152
Binary10110010100110111010010011111000011111101010111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2263A; }

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

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

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

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

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

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

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

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