#B40D38

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

Shades of Cardinal #B40D38

Tints of Cardinal #B40D38

Color information

#B40D38 (or 0xB40D38) is unknown color: approx Cardinal. HEX triplet: B4, 0D and 38. RGB value is (180,13,56). Sum of RGB (Red+Green+Blue) = 180+13+56=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D38 is #4BF2C7. Grayscale: #434343. Windows color (decimal): -4977352 or 3673524. OLE color: 3673524.

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

Color convert

RGB1801356-
CMYK00.930.690.29
HSL344.55º86.53%37.84%-
HSV(B)344.55º92.78%70.59%-
XYZ19.6810.284.69-
YUV67.84121.33208-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=72.29%
G=5.22%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180135600.930.690.29344.5586.5337.84
HexB4D3805D451D1595726
Octal264157001351053553112746
Binary101101001101111000010111011000101111011010110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D38; }

 p { color: rgb(180,13,56); }

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

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

 a { background-color: rgb(180,13,56); }

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

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

 span { border-color: rgb(180,13,56); }

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