#B41F30

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

Shades of Cardinal #B41F30

Tints of Cardinal #B41F30

Color information

#B41F30 (or 0xB41F30) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 30. RGB value is (180,31,48). Sum of RGB (Red+Green+Blue) = 180+31+48=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F30 is #4BE0CF. Grayscale: #4D4D4D. Windows color (decimal): -4972752 or 3153844. OLE color: 3153844.

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

Color convert

RGB1803148-
CMYK00.830.730.29
HSL353.15º70.62%41.37%-
HSV(B)353.15º82.78%70.59%-
XYZ19.8510.93.85-
YUV77.49111.36201.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=69.50%
G=11.97%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180314800.830.730.29353.1570.6241.37
HexB41F30053491D1614729
Octal264376001231113554110751
Binary1011010011111110000010100111001001111011011000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F30; }

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

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

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

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

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

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

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

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