#B71529

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

Shades of Cardinal #B71529

Tints of Cardinal #B71529

Color information

#B71529 (or 0xB71529) is unknown color: approx Cardinal. HEX triplet: B7, 15 and 29. RGB value is (183,21,41). Sum of RGB (Red+Green+Blue) = 183+21+41=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B71529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71529 is #48EAD6. Grayscale: #474747. Windows color (decimal): -4778711 or 2692535. OLE color: 2692535.

HSL color Cylindrical-coordinate representation of color #B71529: hue angle of 352.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71529 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1832141-
CMYK00.890.780.28
HSL352.59º79.41%40%-
HSV(B)352.59º88.52%71.76%-
XYZ20.210.763.11-
YUV71.72110.67207.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=74.69%
G=8.57%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183214100.890.780.28352.5979.4140
HexB715290594E1C1614f28
Octal267255101311163454111750
Binary1011011110101101001010110011001110111001011000011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71529; }

 p { color: rgb(183,21,41); }

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

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

 a { background-color: rgb(183,21,41); }

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

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

 span { border-color: rgb(183,21,41); }

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