#BD144E

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

Shades of Cardinal #BD144E

Tints of Cardinal #BD144E

Color information

#BD144E (or 0xBD144E) is unknown color: approx Cardinal. HEX triplet: BD, 14 and 4E. RGB value is (189,20,78). Sum of RGB (Red+Green+Blue) = 189+20+78=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD144E is #42EBB1. Grayscale: #4D4D4D. Windows color (decimal): -4385714 or 5117117. OLE color: 5117117.

HSL color Cylindrical-coordinate representation of color #BD144E: hue angle of 339.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD144E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1892078-
CMYK00.890.590.26
HSL339.41º80.86%40.98%-
HSV(B)339.41º89.42%74.12%-
XYZ22.6111.878.31-
YUV77.14128.49207.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.85%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=65.85%
G=6.97%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189207800.890.590.26339.4180.8640.98
HexBD144E0593B1A1535129
Octal275241160131733252312151
Binary1011110110100100111001011001111011110101010100111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD144E; }

 p { color: rgb(189,20,78); }

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

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

 a { background-color: rgb(189,20,78); }

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

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

 span { border-color: rgb(189,20,78); }

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