#B61439

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

Shades of Cardinal #B61439

Tints of Cardinal #B61439

Color information

#B61439 (or 0xB61439) is unknown color: approx Cardinal. HEX triplet: B6, 14 and 39. RGB value is (182,20,57). Sum of RGB (Red+Green+Blue) = 182+20+57=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61439 is #49EBC6. Grayscale: #484848. Windows color (decimal): -4844487 or 3740854. OLE color: 3740854.

HSL color Cylindrical-coordinate representation of color #B61439: hue angle of 346.3º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61439 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1822057-
CMYK00.890.690.29
HSL346.3º80.2%39.61%-
HSV(B)346.3º89.01%71.37%-
XYZ20.2810.744.88-
YUV72.66119.17205.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=70.27%
G=7.72%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182205700.890.690.29346.380.239.61
HexB61439059451D15a5028
Octal266247101311053553212050
Binary1011011010100111001010110011000101111011010110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61439; }

 p { color: rgb(182,20,57); }

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

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

 a { background-color: rgb(182,20,57); }

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

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

 span { border-color: rgb(182,20,57); }

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