#b5072c

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

Shades of Cardinal #B5072C

Tints of Cardinal #B5072C

Color information

#B5072C (or 0xB5072C) is unknown color: approx Cardinal. HEX triplet: B5, 07 and 2C. RGB value is (181,7,44). Sum of RGB (Red+Green+Blue) = 181+7+44=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5072C is #4AF8D3. Grayscale: #3F3F3F. Windows color (decimal): -4913364 or 2885557. OLE color: 2885557.

HSL color Cylindrical-coordinate representation of color #B5072C: hue angle of 347.24º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5072C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB181744-
CMYK00.960.760.29
HSL347.24º92.55%36.86%-
HSV(B)347.24º96.13%70.98%-
XYZ19.5910.163.31-
YUV63.24117.15211.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 7 (3.12% from 255) = 3.02%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=78.02%
G=3.02%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18174400.960.760.29347.2492.5536.86
HexB572C0604C1D15b5d25
Octal26575401401143553313545
Binary10110101111101100011000001001100111011010110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5072c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5072c; }

 p { color: rgb(181,7,44); }

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

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

 a { background-color: rgb(181,7,44); }

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

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

 span { border-color: rgb(181,7,44); }

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