#B40A2F

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

Shades of Cardinal #B40A2F

Tints of Cardinal #B40A2F

Color information

#B40A2F (or 0xB40A2F) is unknown color: approx Cardinal. HEX triplet: B4, 0A and 2F. RGB value is (180,10,47). Sum of RGB (Red+Green+Blue) = 180+10+47=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A2F is #4BF5D0. Grayscale: #414141. Windows color (decimal): -4978129 or 3082932. OLE color: 3082932.

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

Color convert

RGB1801047-
CMYK00.940.740.29
HSL346.94º89.47%37.25%-
HSV(B)346.94º94.44%70.59%-
XYZ19.4410.133.62-
YUV65.05117.82209.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.95%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=75.95%
G=4.22%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180104700.940.740.29346.9489.4737.25
HexB4A2F05E4A1D15b5925
Octal264125701361123553313145
Binary101101001010101111010111101001010111011010110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A2F; }

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

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

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

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

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

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

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

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