#b3282e

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

Shades of Cardinal #B3282E

Tints of Cardinal #B3282E

Color information

#B3282E (or 0xB3282E) is unknown color: approx Cardinal. HEX triplet: B3, 28 and 2E. RGB value is (179,40,46). Sum of RGB (Red+Green+Blue) = 179+40+46=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B3282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3282E is #4CD7D1. Grayscale: #525252. Windows color (decimal): -5035986 or 3025075. OLE color: 3025075.

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

Color convert

RGB1794046-
CMYK00.780.740.30
HSL357.41º63.47%42.94%-
HSV(B)357.41º77.65%70.2%-
XYZ19.8411.33.72-
YUV82.24107.55197.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=67.55%
G=15.09%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179404600.780.740.30357.4163.4742.94
HexB3282E04E4A1E1653f2b
Octal26350560116112365457753
Binary1011001110100010111001001110100101011110101100101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3282e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3282e; }

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

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

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

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

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

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

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

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