#B3223B

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

Shades of Cardinal #B3223B

Tints of Cardinal #B3223B

Color information

#B3223B (or 0xB3223B) is unknown color: approx Cardinal. HEX triplet: B3, 22 and 3B. RGB value is (179,34,59). Sum of RGB (Red+Green+Blue) = 179+34+59=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3223B is #4CDDC4. Grayscale: #505050. Windows color (decimal): -5037509 or 3875507. OLE color: 3875507.

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

Color convert

RGB1793459-
CMYK00.810.670.30
HSL349.66º68.08%41.76%-
HSV(B)349.66º81.01%70.2%-
XYZ19.9511.045.22-
YUV80.2116.04198.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=65.81%
G=12.5%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179345900.810.670.30349.6668.0841.76
HexB3223B051431E15e442a
Octal263427301211033653610452
Binary10110011100010111011010100011000011111101010111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3223B; }

 p { color: rgb(179,34,59); }

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

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

 a { background-color: rgb(179,34,59); }

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

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

 span { border-color: rgb(179,34,59); }

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