#B4162B

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

Shades of Cardinal #B4162B

Tints of Cardinal #B4162B

Color information

#B4162B (or 0xB4162B) is unknown color: approx Cardinal. HEX triplet: B4, 16 and 2B. RGB value is (180,22,43). Sum of RGB (Red+Green+Blue) = 180+22+43=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4162B is #4BE9D4. Grayscale: #474747. Windows color (decimal): -4975061 or 2823860. OLE color: 2823860.

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

Color convert

RGB1802243-
CMYK00.880.760.29
HSL352.03º78.22%39.61%-
HSV(B)352.03º87.78%70.59%-
XYZ19.5510.453.27-
YUV71.64111.85205.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.47%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=73.47%
G=8.98%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180224300.880.760.29352.0378.2239.61
HexB4162B0584C1D1604e28
Octal264265301301143554011650
Binary1011010010110101011010110001001100111011011000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4162B; }

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

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

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

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

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

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

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

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