#B41F27

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

Shades of Cardinal #B41F27

Tints of Cardinal #B41F27

Color information

#B41F27 (or 0xB41F27) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 27. RGB value is (180,31,39). Sum of RGB (Red+Green+Blue) = 180+31+39=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F27 is #4BE0D8. Grayscale: #4C4C4C. Windows color (decimal): -4972761 or 2564020. OLE color: 2564020.

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

Color convert

RGB1803139-
CMYK00.830.780.29
HSL356.78º70.62%41.37%-
HSV(B)356.78º82.78%70.59%-
XYZ19.6810.832.97-
YUV76.46106.86201.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=72%
G=12.4%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180313900.830.780.29356.7870.6241.37
HexB41F270534E1D1654729
Octal264374701231163554510751
Binary1011010011111100111010100111001110111011011001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F27; }

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

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

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

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

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

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

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

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