#B3283A

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

Shades of Cardinal #B3283A

Tints of Cardinal #B3283A

Color information

#B3283A (or 0xB3283A) is unknown color: approx Cardinal. HEX triplet: B3, 28 and 3A. RGB value is (179,40,58). Sum of RGB (Red+Green+Blue) = 179+40+58=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3283A is #4CD7C5. Grayscale: #535353. Windows color (decimal): -5035974 or 3811507. OLE color: 3811507.

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

Color convert

RGB1794058-
CMYK00.780.680.30
HSL352.23º63.47%42.94%-
HSV(B)352.23º77.65%70.2%-
XYZ20.1111.415.14-
YUV83.61113.55196.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=64.62%
G=14.44%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179405800.780.680.30352.2363.4742.94
HexB3283A04E441E1603f2b
Octal26350720116104365407753
Binary1011001110100011101001001110100010011110101100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3283A; }

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

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

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

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

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

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

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

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