#B2182A

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

Shades of Cardinal #B2182A

Tints of Cardinal #B2182A

Color information

#B2182A (or 0xB2182A) is unknown color: approx Cardinal. HEX triplet: B2, 18 and 2A. RGB value is (178,24,42). Sum of RGB (Red+Green+Blue) = 178+24+42=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2182A is #4DE7D5. Grayscale: #484848. Windows color (decimal): -5105622 or 2758834. OLE color: 2758834.

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

Color convert

RGB1782442-
CMYK00.870.760.30
HSL352.99º76.24%39.61%-
HSV(B)352.99º86.52%69.8%-
XYZ19.110.293.17-
YUV72.1111.02203.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=72.95%
G=9.84%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178244200.870.760.30352.9976.2439.61
HexB2182A0574C1E1614c28
Octal262305201271143654111450
Binary1011001011000101010010101111001100111101011000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2182A; }

 p { color: rgb(178,24,42); }

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

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

 a { background-color: rgb(178,24,42); }

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

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

 span { border-color: rgb(178,24,42); }

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