#B40A30

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

Shades of Cardinal #B40A30

Tints of Cardinal #B40A30

Color information

#B40A30 (or 0xB40A30) is unknown color: approx Cardinal. HEX triplet: B4, 0A and 30. RGB value is (180,10,48). Sum of RGB (Red+Green+Blue) = 180+10+48=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A30 is #4BF5CF. Grayscale: #414141. Windows color (decimal): -4978128 or 3148468. OLE color: 3148468.

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

Color convert

RGB1801048-
CMYK00.940.730.29
HSL346.59º89.47%37.25%-
HSV(B)346.59º94.44%70.59%-
XYZ19.4610.133.73-
YUV65.16118.32209.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.63%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=75.63%
G=4.20%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180104800.940.730.29346.5989.4737.25
HexB4A3005E491D15b5925
Octal264126001361113553313145
Binary101101001010110000010111101001001111011010110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A30; }

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

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

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

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

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

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

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

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