#B41D2D

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

Shades of Cardinal #B41D2D

Tints of Cardinal #B41D2D

Color information

#B41D2D (or 0xB41D2D) is unknown color: approx Cardinal. HEX triplet: B4, 1D and 2D. RGB value is (180,29,45). Sum of RGB (Red+Green+Blue) = 180+29+45=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D2D is #4BE2D2. Grayscale: #4C4C4C. Windows color (decimal): -4973267 or 2956724. OLE color: 2956724.

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

Color convert

RGB1802945-
CMYK00.840.750.29
HSL353.64º72.25%40.98%-
HSV(B)353.64º83.89%70.59%-
XYZ19.7410.773.52-
YUV75.97110.53202.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=70.87%
G=11.42%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180294500.840.750.29353.6472.2540.98
HexB41D2D0544B1D1624829
Octal264355501241133554211051
Binary1011010011101101101010101001001011111011011000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D2D; }

 p { color: rgb(180,29,45); }

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

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

 a { background-color: rgb(180,29,45); }

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

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

 span { border-color: rgb(180,29,45); }

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