#B41B3C

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

Shades of Cardinal #B41B3C

Tints of Cardinal #B41B3C

Color information

#B41B3C (or 0xB41B3C) is unknown color: approx Cardinal. HEX triplet: B4, 1B and 3C. RGB value is (180,27,60). Sum of RGB (Red+Green+Blue) = 180+27+60=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B3C is #4BE4C3. Grayscale: #4C4C4C. Windows color (decimal): -4973764 or 3939252. OLE color: 3939252.

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

Color convert

RGB1802760-
CMYK00.850.670.29
HSL347.06º73.91%40.59%-
HSV(B)347.06º85%70.59%-
XYZ20.0310.815.31-
YUV76.51118.69201.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.42%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=67.42%
G=10.11%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180276000.850.670.29347.0673.9140.59
HexB41B3C055431D15b4a29
Octal264337401251033553311251
Binary1011010011011111100010101011000011111011010110111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B3C; }

 p { color: rgb(180,27,60); }

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

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

 a { background-color: rgb(180,27,60); }

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

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

 span { border-color: rgb(180,27,60); }

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