#B4212E

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

Shades of Cardinal #B4212E

Tints of Cardinal #B4212E

Color information

#B4212E (or 0xB4212E) is unknown color: approx Cardinal. HEX triplet: B4, 21 and 2E. RGB value is (180,33,46). Sum of RGB (Red+Green+Blue) = 180+33+46=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4212E is #4BDED1. Grayscale: #4E4E4E. Windows color (decimal): -4972242 or 3023284. OLE color: 3023284.

HSL color Cylindrical-coordinate representation of color #B4212E: hue angle of 354.69º 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 #B4212E is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1803346-
CMYK00.820.740.29
HSL354.69º69.01%41.76%-
HSV(B)354.69º81.67%70.59%-
XYZ19.8610.993.66-
YUV78.44109.7200.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=69.50%
G=12.74%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180334600.820.740.29354.6969.0141.76
HexB4212E0524A1D163452a
Octal264415601221123554310552
Binary10110100100001101110010100101001010111011011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4212E; }

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

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

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

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

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

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

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

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