#B41F3A

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

Shades of Cardinal #B41F3A

Tints of Cardinal #B41F3A

Color information

#B41F3A (or 0xB41F3A) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 3A. RGB value is (180,31,58). Sum of RGB (Red+Green+Blue) = 180+31+58=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F3A is #4BE0C5. Grayscale: #4E4E4E. Windows color (decimal): -4972742 or 3809204. OLE color: 3809204.

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

Color convert

RGB1803158-
CMYK00.830.680.29
HSL349.13º70.62%41.37%-
HSV(B)349.13º82.78%70.59%-
XYZ20.0810.995.07-
YUV78.63116.36200.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=66.91%
G=11.52%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180315800.830.680.29349.1370.6241.37
HexB41F3A053441D15d4729
Octal264377201231043553510751
Binary1011010011111111010010100111000100111011010111011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F3A; }

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

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

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

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

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

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

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

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