#B71E44

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

Shades of Cardinal #B71E44

Tints of Cardinal #B71E44

Color information

#B71E44 (or 0xB71E44) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 44. RGB value is (183,30,68). Sum of RGB (Red+Green+Blue) = 183+30+68=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E44 is #48E1BB. Grayscale: #505050. Windows color (decimal): -4776380 or 4464311. OLE color: 4464311.

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

Color convert

RGB1833068-
CMYK00.840.630.28
HSL345.1º71.83%41.76%-
HSV(B)345.1º83.61%71.76%-
XYZ21.0411.416.56-
YUV80.08121.19201.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=65.12%
G=10.68%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183306800.840.630.28345.171.8341.76
HexB71E440543F1C159482a
Octal267361040124773453111052
Binary1011011111110100010001010100111111111001010110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E44; }

 p { color: rgb(183,30,68); }

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

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

 a { background-color: rgb(183,30,68); }

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

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

 span { border-color: rgb(183,30,68); }

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