#B61639

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

Shades of Cardinal #B61639

Tints of Cardinal #B61639

Color information

#B61639 (or 0xB61639) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 39. RGB value is (182,22,57). Sum of RGB (Red+Green+Blue) = 182+22+57=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B61639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61639 is #49E9C6. Grayscale: #494949. Windows color (decimal): -4843975 or 3741366. OLE color: 3741366.

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

Color convert

RGB1822257-
CMYK00.880.690.29
HSL346.88º78.43%40%-
HSV(B)346.88º87.91%71.37%-
XYZ20.3210.814.89-
YUV73.83118.51205.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.73%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=69.73%
G=8.43%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182225700.880.690.29346.8878.4340
HexB61639058451D15b4e28
Octal266267101301053553311650
Binary1011011010110111001010110001000101111011010110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61639; }

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

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

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

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

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

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

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

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