#B2213D

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

Shades of Cardinal #B2213D

Tints of Cardinal #B2213D

Color information

#B2213D (or 0xB2213D) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 3D. RGB value is (178,33,61). Sum of RGB (Red+Green+Blue) = 178+33+61=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2213D is #4DDEC2. Grayscale: #4F4F4F. Windows color (decimal): -5103299 or 4006322. OLE color: 4006322.

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

Color convert

RGB1783361-
CMYK00.810.660.30
HSL348.41º68.72%41.37%-
HSV(B)348.41º81.46%69.8%-
XYZ19.7510.895.48-
YUV79.55117.54198.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=65.44%
G=12.13%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178336100.810.660.30348.4168.7241.37
HexB2213D051421E15c4529
Octal262417501211023653410551
Binary10110010100001111101010100011000010111101010111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2213D; }

 p { color: rgb(178,33,61); }

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

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

 a { background-color: rgb(178,33,61); }

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

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

 span { border-color: rgb(178,33,61); }

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