#B61839

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

Shades of Cardinal #B61839

Tints of Cardinal #B61839

Color information

#B61839 (or 0xB61839) is unknown color: approx Cardinal. HEX triplet: B6, 18 and 39. RGB value is (182,24,57). Sum of RGB (Red+Green+Blue) = 182+24+57=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B61839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61839 is #49E7C6. Grayscale: #4B4B4B. Windows color (decimal): -4843463 or 3741878. OLE color: 3741878.

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

Color convert

RGB1822457-
CMYK00.870.690.29
HSL347.47º76.7%40.39%-
HSV(B)347.47º86.81%71.37%-
XYZ20.3610.894.9-
YUV75117.85204.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=69.20%
G=9.13%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182245700.870.690.29347.4776.740.39
HexB61839057451D15b4d28
Octal266307101271053553311550
Binary1011011011000111001010101111000101111011010110111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61839; }

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

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

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

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

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

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

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

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