#B2122B

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

Shades of Cardinal #B2122B

Tints of Cardinal #B2122B

Color information

#B2122B (or 0xB2122B) is unknown color: approx Cardinal. HEX triplet: B2, 12 and 2B. RGB value is (178,18,43). Sum of RGB (Red+Green+Blue) = 178+18+43=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B2122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2122B is #4DEDD4. Grayscale: #444444. Windows color (decimal): -5107157 or 2822834. OLE color: 2822834.

HSL color Cylindrical-coordinate representation of color #B2122B: hue angle of 350.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2122B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1781843-
CMYK00.900.760.30
HSL350.62º81.63%38.43%-
HSV(B)350.62º89.89%69.8%-
XYZ19.0110.073.23-
YUV68.69113.51205.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.48%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=74.48%
G=7.53%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178184300.900.760.30350.6281.6338.43
HexB2122B05A4C1E15f5226
Octal262225301321143653712246
Binary1011001010010101011010110101001100111101010111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2122B; }

 p { color: rgb(178,18,43); }

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

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

 a { background-color: rgb(178,18,43); }

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

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

 span { border-color: rgb(178,18,43); }

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