#B4144B

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

Shades of Cardinal #B4144B

Tints of Cardinal #B4144B

Color information

#B4144B (or 0xB4144B) is unknown color: approx Cardinal. HEX triplet: B4, 14 and 4B. RGB value is (180,20,75). Sum of RGB (Red+Green+Blue) = 180+20+75=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4144B is #4BEBB4. Grayscale: #4A4A4A. Windows color (decimal): -4975541 or 4920500. OLE color: 4920500.

HSL color Cylindrical-coordinate representation of color #B4144B: hue angle of 339.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4144B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1802075-
CMYK00.890.580.29
HSL339.38º80%39.22%-
HSV(B)339.38º88.89%70.59%-
XYZ20.3410.717.65-
YUV74.11128.51203.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=65.45%
G=7.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180207500.890.580.29339.388039.22
HexB4144B0593A1D1535027
Octal264241130131723552312047
Binary1011010010100100101101011001111010111011010100111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4144B; }

 p { color: rgb(180,20,75); }

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

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

 a { background-color: rgb(180,20,75); }

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

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

 span { border-color: rgb(180,20,75); }

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