#B41D3D

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

Shades of Cardinal #B41D3D

Tints of Cardinal #B41D3D

Color information

#B41D3D (or 0xB41D3D) is unknown color: approx Cardinal. HEX triplet: B4, 1D and 3D. RGB value is (180,29,61). Sum of RGB (Red+Green+Blue) = 180+29+61=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D3D is #4BE2C2. Grayscale: #4D4D4D. Windows color (decimal): -4973251 or 4005300. OLE color: 4005300.

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

Color convert

RGB1802961-
CMYK00.840.660.29
HSL347.28º72.25%40.98%-
HSV(B)347.28º83.89%70.59%-
XYZ20.110.925.46-
YUV77.8118.53200.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=66.67%
G=10.74%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180296100.840.660.29347.2872.2540.98
HexB41D3D054421D15b4829
Octal264357501241023553311051
Binary1011010011101111101010101001000010111011010110111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D3D; }

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

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

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

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

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

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

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

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