#BD142E

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

Shades of Cardinal #BD142E

Tints of Cardinal #BD142E

Color information

#BD142E (or 0xBD142E) is unknown color: approx Cardinal. HEX triplet: BD, 14 and 2E. RGB value is (189,20,46). Sum of RGB (Red+Green+Blue) = 189+20+46=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD142E is #42EBD1. Grayscale: #494949. Windows color (decimal): -4385746 or 3019965. OLE color: 3019965.

HSL color Cylindrical-coordinate representation of color #BD142E: hue angle of 350.77º 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 #BD142E is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1892046-
CMYK00.890.760.26
HSL350.77º80.86%40.98%-
HSV(B)350.77º89.42%74.12%-
XYZ21.7311.523.66-
YUV73.49112.49210.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.12%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=74.12%
G=7.84%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189204600.890.760.26350.7780.8640.98
HexBD142E0594C1A15f5129
Octal275245601311143253712151
Binary1011110110100101110010110011001100110101010111111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD142E; }

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

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

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

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

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

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

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

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