#B71238

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

Shades of Cardinal #B71238

Tints of Cardinal #B71238

Color information

#B71238 (or 0xB71238) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 38. RGB value is (183,18,56). Sum of RGB (Red+Green+Blue) = 183+18+56=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71238 is #48EDC7. Grayscale: #474747. Windows color (decimal): -4779464 or 3674807. OLE color: 3674807.

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

Color convert

RGB1831856-
CMYK00.900.690.28
HSL346.18º82.09%39.41%-
HSV(B)346.18º90.16%71.76%-
XYZ20.4610.794.74-
YUV71.67119.16207.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=71.21%
G=7.00%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183185600.900.690.28346.1882.0939.41
HexB7123805A451C15a5227
Octal267227001321053453212247
Binary1011011110010111000010110101000101111001010110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71238; }

 p { color: rgb(183,18,56); }

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

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

 a { background-color: rgb(183,18,56); }

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

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

 span { border-color: rgb(183,18,56); }

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