#B51C2E

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

Shades of Cardinal #B51C2E

Tints of Cardinal #B51C2E

Color information

#B51C2E (or 0xB51C2E) is unknown color: approx Cardinal. HEX triplet: B5, 1C and 2E. RGB value is (181,28,46). Sum of RGB (Red+Green+Blue) = 181+28+46=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C2E is #4AE3D1. Grayscale: #4B4B4B. Windows color (decimal): -4907986 or 3022005. OLE color: 3022005.

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

Color convert

RGB1812846-
CMYK00.850.750.29
HSL352.94º73.21%40.98%-
HSV(B)352.94º84.53%70.98%-
XYZ19.9610.853.63-
YUV75.8111.19203.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.98%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=70.98%
G=10.98%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181284600.850.750.29352.9473.2140.98
HexB51C2E0554B1D1614929
Octal265345601251133554111151
Binary1011010111100101110010101011001011111011011000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51C2E; }

 p { color: rgb(181,28,46); }

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

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

 a { background-color: rgb(181,28,46); }

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

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

 span { border-color: rgb(181,28,46); }

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