#B71039

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

Shades of Cardinal #B71039

Tints of Cardinal #B71039

Color information

#B71039 (or 0xB71039) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 39. RGB value is (183,16,57). Sum of RGB (Red+Green+Blue) = 183+16+57=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71039 is #48EFC6. Grayscale: #464646. Windows color (decimal): -4779975 or 3739831. OLE color: 3739831.

HSL color Cylindrical-coordinate representation of color #B71039: hue angle of 345.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71039 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1831657-
CMYK00.910.690.28
HSL345.27º83.92%39.02%-
HSV(B)345.27º91.26%71.76%-
XYZ20.4510.734.86-
YUV70.61120.33208.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.48%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=71.48%
G=6.25%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183165700.910.690.28345.2783.9239.02
HexB7103905B451C1595427
Octal267207101331053453112447
Binary1011011110000111001010110111000101111001010110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71039; }

 p { color: rgb(183,16,57); }

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

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

 a { background-color: rgb(183,16,57); }

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

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

 span { border-color: rgb(183,16,57); }

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