#B40940

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

Shades of Cardinal #B40940

Tints of Cardinal #B40940

Color information

#B40940 (or 0xB40940) is unknown color: approx Cardinal. HEX triplet: B4, 09 and 40. RGB value is (180,9,64). Sum of RGB (Red+Green+Blue) = 180+9+64=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40940 is #4BF6BF. Grayscale: #424242. Windows color (decimal): -4978368 or 4196788. OLE color: 4196788.

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

Color convert

RGB180964-
CMYK00.950.640.29
HSL340.7º90.48%37.06%-
HSV(B)340.7º95%70.59%-
XYZ19.8510.275.79-
YUV66.4126.65209.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.15%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=71.15%
G=3.56%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18096400.950.640.29340.790.4837.06
HexB494005F401D1555a25
Octal2641110001371003552513245
Binary1011010010011000000010111111000000111011010101011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40940; }

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

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

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

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

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

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

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

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