#B5263A

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

Shades of Cardinal #B5263A

Tints of Cardinal #B5263A

Color information

#B5263A (or 0xB5263A) is unknown color: approx Cardinal. HEX triplet: B5, 26 and 3A. RGB value is (181,38,58). Sum of RGB (Red+Green+Blue) = 181+38+58=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5263A is #4AD9C5. Grayscale: #535353. Windows color (decimal): -4905414 or 3810997. OLE color: 3810997.

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

Color convert

RGB1813858-
CMYK00.790.680.29
HSL351.61º65.3%42.94%-
HSV(B)351.61º79.01%70.98%-
XYZ20.5111.525.14-
YUV83.04113.88197.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=65.34%
G=13.72%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181385800.790.680.29351.6165.342.94
HexB5263A04F441D160412b
Octal265467201171043554010153
Binary10110101100110111010010011111000100111011011000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5263A; }

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

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

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

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

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

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

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

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