#B41B28

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

Shades of Cardinal #B41B28

Tints of Cardinal #B41B28

Color information

#B41B28 (or 0xB41B28) is unknown color: approx Cardinal. HEX triplet: B4, 1B and 28. RGB value is (180,27,40). Sum of RGB (Red+Green+Blue) = 180+27+40=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B28 is #4BE4D7. Grayscale: #4A4A4A. Windows color (decimal): -4973784 or 2628532. OLE color: 2628532.

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

Color convert

RGB1802740-
CMYK00.850.780.29
HSL354.9º73.91%40.59%-
HSV(B)354.9º85%70.59%-
XYZ19.610.643.03-
YUV74.23108.69203.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.87%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=72.87%
G=10.93%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180274000.850.780.29354.973.9140.59
HexB41B280554E1D1634a29
Octal264335001251163554311251
Binary1011010011011101000010101011001110111011011000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B28; }

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

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

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

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

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

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

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

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