#B4162A

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

Shades of Cardinal #B4162A

Tints of Cardinal #B4162A

Color information

#B4162A (or 0xB4162A) is unknown color: approx Cardinal. HEX triplet: B4, 16 and 2A. RGB value is (180,22,42). Sum of RGB (Red+Green+Blue) = 180+22+42=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4162A is #4BE9D5. Grayscale: #474747. Windows color (decimal): -4975062 or 2758324. OLE color: 2758324.

HSL color Cylindrical-coordinate representation of color #B4162A: hue angle of 352.41º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4162A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1802242-
CMYK00.880.770.29
HSL352.41º78.22%39.61%-
HSV(B)352.41º87.78%70.59%-
XYZ19.5310.443.18-
YUV71.52111.35205.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.77%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=73.77%
G=9.02%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180224200.880.770.29352.4178.2239.61
HexB4162A0584D1D1604e28
Octal264265201301153554011650
Binary1011010010110101010010110001001101111011011000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4162A; }

 p { color: rgb(180,22,42); }

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

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

 a { background-color: rgb(180,22,42); }

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

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

 span { border-color: rgb(180,22,42); }

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