#B40A45

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

Shades of Cardinal #B40A45

Tints of Cardinal #B40A45

Color information

#B40A45 (or 0xB40A45) is unknown color: approx Cardinal. HEX triplet: B4, 0A and 45. RGB value is (180,10,69). Sum of RGB (Red+Green+Blue) = 180+10+69=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A45 is #4BF5BA. Grayscale: #434343. Windows color (decimal): -4978107 or 4524724. OLE color: 4524724.

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

Color convert

RGB1801069-
CMYK00.940.620.29
HSL339.18º89.47%37.25%-
HSV(B)339.18º94.44%70.59%-
XYZ20.0110.356.57-
YUV67.56128.82208.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=69.50%
G=3.86%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180106900.940.620.29339.1889.4737.25
HexB4A4505E3E1D1535925
Octal264121050136763552313145
Binary101101001010100010101011110111110111011010100111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A45; }

 p { color: rgb(180,10,69); }

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

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

 a { background-color: rgb(180,10,69); }

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

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

 span { border-color: rgb(180,10,69); }

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