#B40D2A

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

Shades of Cardinal #B40D2A

Tints of Cardinal #B40D2A

Color information

#B40D2A (or 0xB40D2A) is unknown color: approx Cardinal. HEX triplet: B4, 0D and 2A. RGB value is (180,13,42). Sum of RGB (Red+Green+Blue) = 180+13+42=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D2A is #4BF2D5. Grayscale: #424242. Windows color (decimal): -4977366 or 2756020. OLE color: 2756020.

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

Color convert

RGB1801342-
CMYK00.930.770.29
HSL349.58º86.53%37.84%-
HSV(B)349.58º92.78%70.59%-
XYZ19.3810.163.13-
YUV66.24114.33209.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.60%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=76.60%
G=5.53%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180134200.930.770.29349.5886.5337.84
HexB4D2A05D4D1D15e5726
Octal264155201351153553612746
Binary101101001101101010010111011001101111011010111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D2A; }

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

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

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

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

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

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

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

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