#B70A48

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

Shades of Cardinal #B70A48

Tints of Cardinal #B70A48

Color information

#B70A48 (or 0xB70A48) is unknown color: approx Cardinal. HEX triplet: B7, 0A and 48. RGB value is (183,10,72). Sum of RGB (Red+Green+Blue) = 183+10+72=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A48 is #48F5B7. Grayscale: #444444. Windows color (decimal): -4781496 or 4721335. OLE color: 4721335.

HSL color Cylindrical-coordinate representation of color #B70A48: hue angle of 338.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A48 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1831072-
CMYK00.950.610.28
HSL338.5º89.64%37.84%-
HSV(B)338.5º94.54%71.76%-
XYZ20.8110.757.11-
YUV68.8129.81209.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=69.06%
G=3.77%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183107200.950.610.28338.589.6437.84
HexB7A4805F3D1C1525a26
Octal267121100137753452213246
Binary101101111010100100001011111111101111001010100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A48; }

 p { color: rgb(183,10,72); }

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

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

 a { background-color: rgb(183,10,72); }

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

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

 span { border-color: rgb(183,10,72); }

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