#B2172A

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

Shades of Cardinal #B2172A

Tints of Cardinal #B2172A

Color information

#B2172A (or 0xB2172A) is unknown color: approx Cardinal. HEX triplet: B2, 17 and 2A. RGB value is (178,23,42). Sum of RGB (Red+Green+Blue) = 178+23+42=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2172A is #4DE8D5. Grayscale: #474747. Windows color (decimal): -5105878 or 2758578. OLE color: 2758578.

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

Color convert

RGB1782342-
CMYK00.870.760.30
HSL352.65º77.11%39.41%-
HSV(B)352.65º87.08%69.8%-
XYZ19.0810.243.16-
YUV71.51111.35203.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=73.25%
G=9.47%
B=17.28%

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
Decimal178234200.870.760.30352.6577.1139.41
HexB2172A0574C1E1614d27
Octal262275201271143654111547
Binary1011001010111101010010101111001100111101011000011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2172A; }

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

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

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

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

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

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

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

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