#B71829

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

Shades of Cardinal #B71829

Tints of Cardinal #B71829

Color information

#B71829 (or 0xB71829) is unknown color: approx Cardinal. HEX triplet: B7, 18 and 29. RGB value is (183,24,41). Sum of RGB (Red+Green+Blue) = 183+24+41=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B71829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71829 is #48E7D6. Grayscale: #494949. Windows color (decimal): -4777943 or 2693303. OLE color: 2693303.

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

Color convert

RGB1832441-
CMYK00.870.780.28
HSL353.58º76.81%40.59%-
HSV(B)353.58º86.89%71.76%-
XYZ20.2610.883.13-
YUV73.48109.68206.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.79%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 41 (16.41% from 255) = 16.53%
R=73.79%
G=9.68%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183244100.870.780.28353.5876.8140.59
HexB718290574E1C1624d29
Octal267305101271163454211551
Binary1011011111000101001010101111001110111001011000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71829; }

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

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

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

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

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

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

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

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