#b61845

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

Shades of Cardinal #B61845

Tints of Cardinal #B61845

Color information

#B61845 (or 0xB61845) is unknown color: approx Cardinal. HEX triplet: B6, 18 and 45. RGB value is (182,24,69). Sum of RGB (Red+Green+Blue) = 182+24+69=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B61845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61845 is #49E7BA. Grayscale: #4C4C4C. Windows color (decimal): -4843451 or 4528310. OLE color: 4528310.

HSL color Cylindrical-coordinate representation of color #B61845: hue angle of 342.91º 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 #B61845 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1822469-
CMYK00.870.620.29
HSL342.91º76.7%40.39%-
HSV(B)342.91º86.81%71.37%-
XYZ20.6911.036.67-
YUV76.37123.85203.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=66.18%
G=8.73%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182246900.870.620.29342.9176.740.39
HexB618450573E1D1574d28
Octal266301050127763552711550
Binary1011011011000100010101010111111110111011010101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61845; }

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

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

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

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

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

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

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

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