#B4223A

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

Shades of Cardinal #B4223A

Tints of Cardinal #B4223A

Color information

#B4223A (or 0xB4223A) is unknown color: approx Cardinal. HEX triplet: B4, 22 and 3A. RGB value is (180,34,58). Sum of RGB (Red+Green+Blue) = 180+34+58=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4223A is #4BDDC5. Grayscale: #505050. Windows color (decimal): -4971974 or 3809972. OLE color: 3809972.

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

Color convert

RGB1803458-
CMYK00.810.680.29
HSL350.14º68.22%41.96%-
HSV(B)350.14º81.11%70.59%-
XYZ20.1611.155.09-
YUV80.39115.37199.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=66.18%
G=12.5%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180345800.810.680.29350.1468.2241.96
HexB4223A051441D15e442a
Octal264427201211043553610452
Binary10110100100010111010010100011000100111011010111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4223A; }

 p { color: rgb(180,34,58); }

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

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

 a { background-color: rgb(180,34,58); }

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

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

 span { border-color: rgb(180,34,58); }

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