#B41F2E

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

Shades of Cardinal #B41F2E

Tints of Cardinal #B41F2E

Color information

#B41F2E (or 0xB41F2E) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 2E. RGB value is (180,31,46). Sum of RGB (Red+Green+Blue) = 180+31+46=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F2E is #4BE0D1. Grayscale: #4D4D4D. Windows color (decimal): -4972754 or 3022772. OLE color: 3022772.

HSL color Cylindrical-coordinate representation of color #B41F2E: hue angle of 353.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F2E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1803146-
CMYK00.830.740.29
HSL353.96º70.62%41.37%-
HSV(B)353.96º82.78%70.59%-
XYZ19.8110.883.64-
YUV77.26110.36201.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.04%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=70.04%
G=12.06%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180314600.830.740.29353.9670.6241.37
HexB41F2E0534A1D1624729
Octal264375601231123554210751
Binary1011010011111101110010100111001010111011011000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F2E; }

 p { color: rgb(180,31,46); }

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

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

 a { background-color: rgb(180,31,46); }

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

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

 span { border-color: rgb(180,31,46); }

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