#B3162E

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

Shades of Cardinal #B3162E

Tints of Cardinal #B3162E

Color information

#B3162E (or 0xB3162E) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 2E. RGB value is (179,22,46). Sum of RGB (Red+Green+Blue) = 179+22+46=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3162E is #4CE9D1. Grayscale: #474747. Windows color (decimal): -5040594 or 3020467. OLE color: 3020467.

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

Color convert

RGB1792246-
CMYK00.880.740.30
HSL350.83º78.11%39.41%-
HSV(B)350.83º87.71%70.2%-
XYZ19.3710.353.56-
YUV71.68113.51204.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.47%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=72.47%
G=8.91%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179224600.880.740.30350.8378.1139.41
HexB3162E0584A1E15f4e27
Octal263265601301123653711647
Binary1011001110110101110010110001001010111101010111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3162E; }

 p { color: rgb(179,22,46); }

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

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

 a { background-color: rgb(179,22,46); }

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

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

 span { border-color: rgb(179,22,46); }

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