#B40942

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

Shades of Cardinal #B40942

Tints of Cardinal #B40942

Color information

#B40942 (or 0xB40942) is unknown color: approx Cardinal. HEX triplet: B4, 09 and 42. RGB value is (180,9,66). Sum of RGB (Red+Green+Blue) = 180+9+66=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40942 is #4BF6BD. Grayscale: #424242. Windows color (decimal): -4978366 or 4327860. OLE color: 4327860.

HSL color Cylindrical-coordinate representation of color #B40942: hue angle of 340º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40942 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB180966-
CMYK00.950.630.29
HSL340º90.48%37.06%-
HSV(B)340º95%70.59%-
XYZ19.910.296.09-
YUV66.63127.65208.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.59%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=70.59%
G=3.53%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18096600.950.630.2934090.4837.06
HexB494205F3F1D1545a25
Octal264111020137773552413245
Binary101101001001100001001011111111111111011010101001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40942; }

 p { color: rgb(180,9,66); }

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

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

 a { background-color: rgb(180,9,66); }

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

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

 span { border-color: rgb(180,9,66); }

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