#B3182E

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

Shades of Cardinal #B3182E

Tints of Cardinal #B3182E

Color information

#B3182E (or 0xB3182E) is unknown color: approx Cardinal. HEX triplet: B3, 18 and 2E. RGB value is (179,24,46). Sum of RGB (Red+Green+Blue) = 179+24+46=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3182E is #4CE7D1. Grayscale: #484848. Windows color (decimal): -5040082 or 3020979. OLE color: 3020979.

HSL color Cylindrical-coordinate representation of color #B3182E: hue angle of 351.48º 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 #B3182E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1792446-
CMYK00.870.740.30
HSL351.48º76.35%39.8%-
HSV(B)351.48º86.59%70.2%-
XYZ19.4110.433.58-
YUV72.85112.85203.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=71.89%
G=9.64%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179244600.870.740.30351.4876.3539.8
HexB3182E0574A1E15f4c28
Octal263305601271123653711450
Binary1011001111000101110010101111001010111101010111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3182E; }

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

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

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

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

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

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

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

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