#B40D44

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

Shades of Cardinal #B40D44

Tints of Cardinal #B40D44

Color information

#B40D44 (or 0xB40D44) is unknown color: approx Cardinal. HEX triplet: B4, 0D and 44. RGB value is (180,13,68). Sum of RGB (Red+Green+Blue) = 180+13+68=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D44 is #4BF2BB. Grayscale: #454545. Windows color (decimal): -4977340 or 4459956. OLE color: 4459956.

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

Color convert

RGB1801368-
CMYK00.930.620.29
HSL340.24º86.53%37.84%-
HSV(B)340.24º92.78%70.59%-
XYZ20.0110.416.42-
YUV69.2127.33207.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.97%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=68.97%
G=4.98%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180136800.930.620.29340.2486.5337.84
HexB4D4405D3E1D1545726
Octal264151040135763552412746
Binary101101001101100010001011101111110111011010101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D44; }

 p { color: rgb(180,13,68); }

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

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

 a { background-color: rgb(180,13,68); }

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

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

 span { border-color: rgb(180,13,68); }

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