#B61931

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

Shades of Cardinal #B61931

Tints of Cardinal #B61931

Color information

#B61931 (or 0xB61931) is unknown color: approx Cardinal. HEX triplet: B6, 19 and 31. RGB value is (182,25,49). Sum of RGB (Red+Green+Blue) = 182+25+49=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61931 is #49E6CE. Grayscale: #4A4A4A. Windows color (decimal): -4843215 or 3217846. OLE color: 3217846.

HSL color Cylindrical-coordinate representation of color #B61931: hue angle of 350.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61931 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1822549-
CMYK00.860.730.29
HSL350.83º75.85%40.59%-
HSV(B)350.83º86.26%71.37%-
XYZ20.1910.863.94-
YUV74.68113.51204.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.09%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=71.09%
G=9.77%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182254900.860.730.29350.8375.8540.59
HexB61931056491D15f4c29
Octal266316101261113553711451
Binary1011011011001110001010101101001001111011010111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61931; }

 p { color: rgb(182,25,49); }

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

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

 a { background-color: rgb(182,25,49); }

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

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

 span { border-color: rgb(182,25,49); }

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