#B4213D

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

Shades of Cardinal #B4213D

Tints of Cardinal #B4213D

Color information

#B4213D (or 0xB4213D) is unknown color: approx Cardinal. HEX triplet: B4, 21 and 3D. RGB value is (180,33,61). Sum of RGB (Red+Green+Blue) = 180+33+61=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4213D is #4BDEC2. Grayscale: #505050. Windows color (decimal): -4972227 or 4006324. OLE color: 4006324.

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

Color convert

RGB1803361-
CMYK00.820.660.29
HSL348.57º69.01%41.76%-
HSV(B)348.57º81.67%70.59%-
XYZ20.2111.135.5-
YUV80.15117.2199.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=65.69%
G=12.04%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180336100.820.660.29348.5769.0141.76
HexB4213D052421D15d452a
Octal264417501221023553510552
Binary10110100100001111101010100101000010111011010111011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4213D; }

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

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

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

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

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

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

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

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