#B40E3B

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

Shades of Cardinal #B40E3B

Tints of Cardinal #B40E3B

Color information

#B40E3B (or 0xB40E3B) is unknown color: approx Cardinal. HEX triplet: B4, 0E and 3B. RGB value is (180,14,59). Sum of RGB (Red+Green+Blue) = 180+14+59=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40E3B is #4BF1C4. Grayscale: #444444. Windows color (decimal): -4977093 or 3870388. OLE color: 3870388.

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

Color convert

RGB1801459-
CMYK00.920.670.29
HSL343.73º85.57%38.04%-
HSV(B)343.73º92.22%70.59%-
XYZ19.7710.335.09-
YUV68.76122.5207.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.15%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=71.15%
G=5.53%
B=23.32%

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
Decimal180145900.920.670.29343.7385.5738.04
HexB4E3B05C431D1585626
Octal264167301341033553012646
Binary101101001110111011010111001000011111011010110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E3B; }

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

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

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

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

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

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

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

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