#B41B2B

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

Shades of Cardinal #B41B2B

Tints of Cardinal #B41B2B

Color information

#B41B2B (or 0xB41B2B) is unknown color: approx Cardinal. HEX triplet: B4, 1B and 2B. RGB value is (180,27,43). Sum of RGB (Red+Green+Blue) = 180+27+43=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B2B is #4BE4D4. Grayscale: #4A4A4A. Windows color (decimal): -4973781 or 2825140. OLE color: 2825140.

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

Color convert

RGB1802743-
CMYK00.850.760.29
HSL353.73º73.91%40.59%-
HSV(B)353.73º85%70.59%-
XYZ19.6510.663.31-
YUV74.57110.19203.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=72%
G=10.8%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180274300.850.760.29353.7373.9140.59
HexB41B2B0554C1D1624a29
Octal264335301251143554211251
Binary1011010011011101011010101011001100111011011000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B2B; }

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

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

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

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

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

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

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

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