#b5283a

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

Shades of Cardinal #B5283A

Tints of Cardinal #B5283A

Color information

#B5283A (or 0xB5283A) is unknown color: approx Cardinal. HEX triplet: B5, 28 and 3A. RGB value is (181,40,58). Sum of RGB (Red+Green+Blue) = 181+40+58=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283A is #4AD7C5. Grayscale: #545454. Windows color (decimal): -4904902 or 3811509. OLE color: 3811509.

HSL color Cylindrical-coordinate representation of color #B5283A: hue angle of 352.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5283A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1814058-
CMYK00.780.680.29
HSL352.34º63.8%43.33%-
HSV(B)352.34º77.9%70.98%-
XYZ20.5811.655.17-
YUV84.21113.21197.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=64.87%
G=14.34%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181405800.780.680.29352.3463.843.33
HexB5283A04E441D160402b
Octal265507201161043554010053
Binary10110101101000111010010011101000100111011011000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5283a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5283a; }

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

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

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

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

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

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

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

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