#B40E3C

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

Shades of Cardinal #B40E3C

Tints of Cardinal #B40E3C

Color information

#B40E3C (or 0xB40E3C) is unknown color: approx Cardinal. HEX triplet: B4, 0E and 3C. RGB value is (180,14,60). Sum of RGB (Red+Green+Blue) = 180+14+60=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E3C is #4BF1C3. Grayscale: #444444. Windows color (decimal): -4977092 or 3935924. OLE color: 3935924.

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

Color convert

RGB1801460-
CMYK00.920.670.29
HSL343.37º85.57%38.04%-
HSV(B)343.37º92.22%70.59%-
XYZ19.810.345.23-
YUV68.88123207.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=70.87%
G=5.51%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180146000.920.670.29343.3785.5738.04
HexB4E3C05C431D1575626
Octal264167401341033552712646
Binary101101001110111100010111001000011111011010101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E3C; }

 p { color: rgb(180,14,60); }

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

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

 a { background-color: rgb(180,14,60); }

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

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

 span { border-color: rgb(180,14,60); }

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