#B61239

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

Shades of Cardinal #B61239

Tints of Cardinal #B61239

Color information

#B61239 (or 0xB61239) is unknown color: approx Cardinal. HEX triplet: B6, 12 and 39. RGB value is (182,18,57). Sum of RGB (Red+Green+Blue) = 182+18+57=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61239 is #49EDC6. Grayscale: #474747. Windows color (decimal): -4844999 or 3740342. OLE color: 3740342.

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

Color convert

RGB1821857-
CMYK00.900.690.29
HSL345.73º82%39.22%-
HSV(B)345.73º90.11%71.37%-
XYZ20.2510.674.86-
YUV71.48119.83206.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=70.82%
G=7.00%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182185700.900.690.29345.738239.22
HexB6123905A451D15a5227
Octal266227101321053553212247
Binary1011011010010111001010110101000101111011010110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61239; }

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

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

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

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

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

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

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

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